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 fbef22a01a
commit b3d555764f

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