mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Whoops, built without libC support - doh!
This commit is contained in:
parent
e007ca640c
commit
a765c58124
|
|
@ -60,7 +60,7 @@ typedef unsigned int uintptr_t;
|
|||
#define SDL_HAS_64BIT_TYPE 1
|
||||
|
||||
/* Enabled for SDL 1.2 (binary compatibility) */
|
||||
#define HAVE_LIBC 0
|
||||
#define HAVE_LIBC 1
|
||||
#if HAVE_LIBC
|
||||
/* Useful headers */
|
||||
#define HAVE_STDIO_H 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user