Don't use the C runtime library on Windows, to avoid C runtime dependencies and manifest issues.
This commit is contained in:
parent
fbef22a01a
commit
b3d555764f
1 changed files with 0 additions and 2 deletions
|
@ -76,8 +76,6 @@ typedef unsigned int uintptr_t;
|
||||||
# define SIZEOF_VOIDP 4
|
# define SIZEOF_VOIDP 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Enabled for SDL 1.2 (binary compatibility) */
|
|
||||||
//#define HAVE_LIBC 1
|
|
||||||
#ifdef HAVE_LIBC
|
#ifdef HAVE_LIBC
|
||||||
/* Useful headers */
|
/* Useful headers */
|
||||||
#define HAVE_STDIO_H 1
|
#define HAVE_STDIO_H 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue