Don't use the C runtime library on Windows, to avoid C runtime dependencies and manifest issues.

This commit is contained in:
Sam Lantinga
2013-05-26 15:50:20 -07:00
parent d20e17f345
commit c5701fe360

View File

@@ -76,8 +76,6 @@ typedef unsigned int uintptr_t;
# define SIZEOF_VOIDP 4
#endif
/* Enabled for SDL 1.2 (binary compatibility) */
//#define HAVE_LIBC 1
#ifdef HAVE_LIBC
/* Useful headers */
#define HAVE_STDIO_H 1