mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed compile warning
This commit is contained in:
parent
cbc65ce80d
commit
d55f47d564
@ -23,8 +23,10 @@
|
|||||||
configure script knows the C runtime has it and enables it. */
|
configure script knows the C runtime has it and enables it. */
|
||||||
#ifndef __QNXNTO__
|
#ifndef __QNXNTO__
|
||||||
/* Need this so Linux systems define fseek64o, ftell64o and off64_t */
|
/* Need this so Linux systems define fseek64o, ftell64o and off64_t */
|
||||||
|
#ifndef _LARGEFILE64_SOURCE
|
||||||
#define _LARGEFILE64_SOURCE
|
#define _LARGEFILE64_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../SDL_internal.h"
|
#include "../SDL_internal.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user