Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 1901:f1828a500391
Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.
Fixed performance problem with testsprite2 on the D3D driver.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Jul 2006 08:13:02 +0000 |
parents | c121d94672cb |
children | f132024010be |
comparison
equal
deleted
inserted
replaced
1900:5c6bdbf3aadf | 1901:f1828a500391 |
---|---|
62 typedef unsigned int uintptr_t; | 62 typedef unsigned int uintptr_t; |
63 #endif /* __GNUC__ || _MSC_VER */ | 63 #endif /* __GNUC__ || _MSC_VER */ |
64 #define SDL_HAS_64BIT_TYPE 1 | 64 #define SDL_HAS_64BIT_TYPE 1 |
65 | 65 |
66 /* Enabled for SDL 1.2 (binary compatibility) */ | 66 /* Enabled for SDL 1.2 (binary compatibility) */ |
67 #define HAVE_LIBC 1 | 67 //#define HAVE_LIBC 1 |
68 #ifdef HAVE_LIBC | 68 #ifdef HAVE_LIBC |
69 /* Useful headers */ | 69 /* Useful headers */ |
70 #define HAVE_STDIO_H 1 | 70 #define HAVE_STDIO_H 1 |
71 #define STDC_HEADERS 1 | 71 #define STDC_HEADERS 1 |
72 #define HAVE_STRING_H 1 | 72 #define HAVE_STRING_H 1 |