mirror of
https://github.com/curl/curl.git
synced 2026-06-18 08:15:37 +03:00
Fix large file support for Symbian OS on the emulator.
This commit is contained in:
parent
f9894f4ebc
commit
709de3d621
1 changed files with 5 additions and 0 deletions
|
|
@ -802,3 +802,8 @@
|
|||
#ifdef _DEBUG
|
||||
/* #define CURLDEBUG */
|
||||
#endif
|
||||
|
||||
/* sys/cdefs.h fails to define this for WINSCW */
|
||||
#ifndef __LONG_LONG_SUPPORTED
|
||||
#define __LONG_LONG_SUPPORTED
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue