Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 2732:a3e3497305d4
Changed spaces to tabs.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 26 Aug 2008 11:40:37 +0000 |
parents | 0906692aa6a4 |
children | ae653575d4af |
comparison
equal
deleted
inserted
replaced
2731:2ab7d261dab5 | 2732:a3e3497305d4 |
---|---|
69 typedef unsigned int uintptr_t; | 69 typedef unsigned int uintptr_t; |
70 #endif /* __GNUC__ || _MSC_VER */ | 70 #endif /* __GNUC__ || _MSC_VER */ |
71 #define SDL_HAS_64BIT_TYPE 1 | 71 #define SDL_HAS_64BIT_TYPE 1 |
72 | 72 |
73 /* Enabled for SDL 1.2 (binary compatibility) */ | 73 /* Enabled for SDL 1.2 (binary compatibility) */ |
74 //#define HAVE_LIBC 1 | 74 //#define HAVE_LIBC 1 |
75 #ifdef HAVE_LIBC | 75 #ifdef HAVE_LIBC |
76 /* Useful headers */ | 76 /* Useful headers */ |
77 #define HAVE_STDIO_H 1 | 77 #define HAVE_STDIO_H 1 |
78 #define STDC_HEADERS 1 | 78 #define STDC_HEADERS 1 |
79 #define HAVE_STRING_H 1 | 79 #define HAVE_STRING_H 1 |
129 #define SDL_AUDIO_DRIVER_DISK 1 | 129 #define SDL_AUDIO_DRIVER_DISK 1 |
130 #define SDL_AUDIO_DRIVER_DUMMY 1 | 130 #define SDL_AUDIO_DRIVER_DUMMY 1 |
131 | 131 |
132 /* Enable various cdrom drivers */ | 132 /* Enable various cdrom drivers */ |
133 #ifdef _WIN32_WCE | 133 #ifdef _WIN32_WCE |
134 #define SDL_CDROM_DISABLED 1 | 134 #define SDL_CDROM_DISABLED 1 |
135 #else | 135 #else |
136 #define SDL_CDROM_WIN32 1 | 136 #define SDL_CDROM_WIN32 1 |
137 #endif | 137 #endif |
138 | 138 |
139 /* Enable various input drivers */ | 139 /* Enable various input drivers */ |
140 #ifdef _WIN32_WCE | 140 #ifdef _WIN32_WCE |
141 #define SDL_JOYSTICK_DISABLED 1 | 141 #define SDL_JOYSTICK_DISABLED 1 |
142 #define SDL_HAPTIC_DUMMY 1 | 142 #define SDL_HAPTIC_DUMMY 1 |
143 #else | 143 #else |
144 #define SDL_JOYSTICK_DINPUT 1 | 144 #define SDL_JOYSTICK_DINPUT 1 |
145 #define SDL_HAPTIC_DINPUT 1 | 145 #define SDL_HAPTIC_DINPUT 1 |
146 #endif | 146 #endif |
147 | 147 |
148 /* Enable various shared object loading systems */ | 148 /* Enable various shared object loading systems */ |
149 #define SDL_LOADSO_WIN32 1 | 149 #define SDL_LOADSO_WIN32 1 |