# HG changeset patch # User Edgar Simo # Date 1219750837 0 # Node ID a3e3497305d4bd369bfb415a44f7ab1daf9c96a9 # Parent 2ab7d261dab5682af61b0f35461521d7b4a8bce0 Changed spaces to tabs. diff -r 2ab7d261dab5 -r a3e3497305d4 include/SDL_config_win32.h --- a/include/SDL_config_win32.h Tue Aug 26 11:27:30 2008 +0000 +++ b/include/SDL_config_win32.h Tue Aug 26 11:40:37 2008 +0000 @@ -71,7 +71,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 @@ -131,17 +131,17 @@ /* Enable various cdrom drivers */ #ifdef _WIN32_WCE -#define SDL_CDROM_DISABLED 1 +#define SDL_CDROM_DISABLED 1 #else #define SDL_CDROM_WIN32 1 #endif /* Enable various input drivers */ #ifdef _WIN32_WCE -#define SDL_JOYSTICK_DISABLED 1 +#define SDL_JOYSTICK_DISABLED 1 #define SDL_HAPTIC_DUMMY 1 #else -#define SDL_JOYSTICK_DINPUT 1 +#define SDL_JOYSTICK_DINPUT 1 #define SDL_HAPTIC_DINPUT 1 #endif