Explorar el Código

Fixed compile warning

Sam Lantinga hace 6 años
padre
commit
d55f47d564
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/file/SDL_rwops.c

+ 2 - 0
src/file/SDL_rwops.c

@@ -23,8 +23,10 @@
    configure script knows the C runtime has it and enables it. */
 #ifndef __QNXNTO__
 /* Need this so Linux systems define fseek64o, ftell64o and off64_t */
+#ifndef _LARGEFILE64_SOURCE
 #define _LARGEFILE64_SOURCE
 #endif
+#endif
 
 #include "../SDL_internal.h"