mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 16:55:29 -05:00
Don't use the C runtime library on Windows, to avoid C runtime dependencies and manifest issues.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user