Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Changed spaces to tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 26, 2008
1 parent 548d743 commit 5288f28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/SDL_config_win32.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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


Expand Down

0 comments on commit 5288f28

Please sign in to comment.