Fixed recently introduced build problems on some platforms
This commit is contained in:
2
3rdparty/zlib/zconf.h.cmakein
vendored
2
3rdparty/zlib/zconf.h.cmakein
vendored
@@ -410,7 +410,7 @@ typedef uLong FAR uLongf;
|
||||
* both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as
|
||||
* equivalently requesting no 64-bit operations
|
||||
*/
|
||||
#if -_LARGEFILE64_SOURCE - -1 == 1
|
||||
#if defined _LARGEFILE64_SOURCE && -_LARGEFILE64_SOURCE - -1 == 1
|
||||
# undef _LARGEFILE64_SOURCE
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user