mirror of
https://github.com/curl/curl.git
synced 2026-08-02 20:50:29 +03:00
cmake: Enable win32 large file support by default
All compilers used by cmake in Windows should support large files. - Add test SIZEOF_OFF_T - Remove outdated test SIZEOF_CURL_OFF_T - Turn on USE_WIN32_LARGE_FILES in Windows - Check for 'Largefile' during the features output
This commit is contained in:
parent
5a86fddfba
commit
11049e007a
2 changed files with 14 additions and 12 deletions
|
|
@ -936,8 +936,7 @@
|
|||
/* if Unix domain sockets are enabled */
|
||||
#cmakedefine USE_UNIX_SOCKETS
|
||||
|
||||
/* Define to 1 if you are building a Windows target without large file
|
||||
support. */
|
||||
/* Define to 1 if you are building a Windows target with large file support. */
|
||||
#cmakedefine USE_WIN32_LARGE_FILES 1
|
||||
|
||||
/* to enable SSPI support */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue