diff 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
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Wed Jul 12 09:25:17 2006 +0000
+++ b/include/SDL_config_win32.h	Thu Jul 13 08:13:02 2006 +0000
@@ -64,7 +64,7 @@
 #define SDL_HAS_64BIT_TYPE	1
 
 /* Enabled for SDL 1.2 (binary compatibility) */
-#define HAVE_LIBC	1
+//#define HAVE_LIBC	1
 #ifdef HAVE_LIBC
 /* Useful headers */
 #define HAVE_STDIO_H 1