mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 07:44:03 -05:00
Whoops, built without libC support - doh!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user