# HG changeset patch # User Sam Lantinga # Date 1141658981 0 # Node ID 73777b138913f481f65b8db97b95294f0c585f50 # Parent 4aac8563c2962f68a7da889ecb313a24e70e29c6 Whoops, built without libC support - doh! diff -r 4aac8563c296 -r 73777b138913 include/SDL_config_win32.h --- a/include/SDL_config_win32.h Mon Mar 06 08:11:10 2006 +0000 +++ b/include/SDL_config_win32.h Mon Mar 06 15:29:41 2006 +0000 @@ -60,7 +60,7 @@ #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