mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08: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
@ -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…
Reference in New Issue
Block a user