comparison include/SDL_config_win32.h @ 1473:73777b138913

Whoops, built without libC support - doh!
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Mar 2006 15:29:41 +0000
parents 9fb0eee04dd9
children 0a2bd6507477
comparison
equal deleted inserted replaced
1472:4aac8563c296 1473:73777b138913
58 typedef unsigned int uintptr_t; 58 typedef unsigned int uintptr_t;
59 #endif /* _MSC_VER */ 59 #endif /* _MSC_VER */
60 #define SDL_HAS_64BIT_TYPE 1 60 #define SDL_HAS_64BIT_TYPE 1
61 61
62 /* Enabled for SDL 1.2 (binary compatibility) */ 62 /* Enabled for SDL 1.2 (binary compatibility) */
63 #define HAVE_LIBC 0 63 #define HAVE_LIBC 1
64 #if HAVE_LIBC 64 #if HAVE_LIBC
65 /* Useful headers */ 65 /* Useful headers */
66 #define HAVE_STDIO_H 1 66 #define HAVE_STDIO_H 1
67 #define STDC_HEADERS 1 67 #define STDC_HEADERS 1
68 #define HAVE_STRING_H 1 68 #define HAVE_STRING_H 1