This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Changed spaces to tabs.
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
include/SDL_config_win32.h
|
@@ -71,7 +71,7 @@ typedef unsigned int uintptr_t; |
|
|
#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 @@ typedef unsigned int uintptr_t; |
|
|
|
|
|
/* 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 |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.