Commit 7c530667 authored by Edgar Simo's avatar Edgar Simo

Changed spaces to tabs.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403183
parent bd6d9f3b
...@@ -71,7 +71,7 @@ typedef unsigned int uintptr_t; ...@@ -71,7 +71,7 @@ typedef unsigned int uintptr_t;
#define SDL_HAS_64BIT_TYPE 1 #define SDL_HAS_64BIT_TYPE 1
/* Enabled for SDL 1.2 (binary compatibility) */ /* Enabled for SDL 1.2 (binary compatibility) */
//#define HAVE_LIBC 1 //#define HAVE_LIBC 1
#ifdef HAVE_LIBC #ifdef HAVE_LIBC
/* Useful headers */ /* Useful headers */
#define HAVE_STDIO_H 1 #define HAVE_STDIO_H 1
...@@ -131,17 +131,17 @@ typedef unsigned int uintptr_t; ...@@ -131,17 +131,17 @@ typedef unsigned int uintptr_t;
/* Enable various cdrom drivers */ /* Enable various cdrom drivers */
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
#define SDL_CDROM_DISABLED 1 #define SDL_CDROM_DISABLED 1
#else #else
#define SDL_CDROM_WIN32 1 #define SDL_CDROM_WIN32 1
#endif #endif
/* Enable various input drivers */ /* Enable various input drivers */
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
#define SDL_JOYSTICK_DISABLED 1 #define SDL_JOYSTICK_DISABLED 1
#define SDL_HAPTIC_DUMMY 1 #define SDL_HAPTIC_DUMMY 1
#else #else
#define SDL_JOYSTICK_DINPUT 1 #define SDL_JOYSTICK_DINPUT 1
#define SDL_HAPTIC_DINPUT 1 #define SDL_HAPTIC_DINPUT 1
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment