Commit 97d70fea authored by Sam Lantinga's avatar Sam Lantinga

Whoops, built without libC support - doh!

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401477
parent 302e86a4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment