Loading src/setup.h +9 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,6 @@ * $Id$ ***************************************************************************/ #include <stdio.h> #if !defined(WIN32) && defined(__WIN32__) /* Borland fix */ #define WIN32 Loading @@ -50,6 +48,15 @@ #endif #endif #ifdef MALLOCDEBUG /* This is an ugly hack for MALLOCDEBUG conditions only. We need to include the file here, since it might set the _FILE_OFFSET_BITS define, which must be set BEFORE all normal system headers. */ #include "../lib/setup.h" #endif #include <stdio.h> #ifndef OS #define OS "unknown" #endif Loading Loading
src/setup.h +9 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,6 @@ * $Id$ ***************************************************************************/ #include <stdio.h> #if !defined(WIN32) && defined(__WIN32__) /* Borland fix */ #define WIN32 Loading @@ -50,6 +48,15 @@ #endif #endif #ifdef MALLOCDEBUG /* This is an ugly hack for MALLOCDEBUG conditions only. We need to include the file here, since it might set the _FILE_OFFSET_BITS define, which must be set BEFORE all normal system headers. */ #include "../lib/setup.h" #endif #include <stdio.h> #ifndef OS #define OS "unknown" #endif Loading