mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:07:28 +03:00
config-dos.h: fix SIZEOF_CURL_OFF_T for MS-DOS/DJGPP
Fixes #10905 Closes #10910
This commit is contained in:
parent
5f307986a3
commit
92617713b6
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
#define SIZEOF_INT 4
|
||||
#define SIZEOF_LONG 4
|
||||
#define SIZEOF_SIZE_T 4
|
||||
#define SIZEOF_CURL_OFF_T 4
|
||||
#define SIZEOF_CURL_OFF_T 8
|
||||
#define STDC_HEADERS 1
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue