[GB.COMPRESS.ZLIB]
* BUG: Fix compilation warning about _LARGEFILE64_SOURCE redefinition. git-svn-id: svn://localhost/gambas/trunk@2969 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
3b2f4ce2ae
commit
09ed25e356
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "gb_common.h"
|
||||
|
||||
// Use 64 bits I/O
|
||||
#if __WORDSIZE == 64
|
||||
#if (__WORDSIZE == 64) && (!_LARGEFILE64_SOURCE)
|
||||
#define _LARGEFILE64_SOURCE
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue