22 #ifndef SDL_config_windows_h_
23 #define SDL_config_windows_h_
30 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
31 #if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__)
32 #define HAVE_STDINT_H 1
33 #elif defined(_MSC_VER)
34 typedef signed __int8
int8_t;
35 typedef unsigned __int8
uint8_t;
42 #ifndef _UINTPTR_T_DEFINED
48 #define _UINTPTR_T_DEFINED
51 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
52 #define DWORD_PTR DWORD
54 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))
66 #ifndef _SIZE_T_DEFINED_
67 #define _SIZE_T_DEFINED_
75 # define SIZEOF_VOIDP 8
77 # define SIZEOF_VOIDP 4
80 #define HAVE_DDRAW_H 1
81 #define HAVE_DINPUT_H 1
82 #define HAVE_DSOUND_H 1
84 #define HAVE_XINPUT_H 1
89 #define STDC_HEADERS 1
90 #define HAVE_CTYPE_H 1
91 #define HAVE_FLOAT_H 1
92 #define HAVE_LIMITS_H 1
94 #define HAVE_SIGNAL_H 1
95 #define HAVE_STDIO_H 1
96 #define HAVE_STRING_H 1
100 #define HAVE_CALLOC 1
101 #define HAVE_REALLOC 1
103 #define HAVE_ALLOCA 1
106 #define HAVE_MEMSET 1
107 #define HAVE_MEMCPY 1
108 #define HAVE_MEMMOVE 1
109 #define HAVE_MEMCMP 1
110 #define HAVE_STRLEN 1
111 #define HAVE__STRREV 1
112 #define HAVE__STRUPR 1
113 #define HAVE__STRLWR 1
114 #define HAVE_STRCHR 1
115 #define HAVE_STRRCHR 1
116 #define HAVE_STRSTR 1
118 #define HAVE__ULTOA 1
119 #define HAVE_STRTOL 1
120 #define HAVE_STRTOUL 1
121 #define HAVE_STRTOD 1
124 #define HAVE_STRCMP 1
125 #define HAVE_STRNCMP 1
126 #define HAVE__STRICMP 1
127 #define HAVE__STRNICMP 1
145 #define HAVE__COPYSIGN 1
146 #if defined(_MSC_VER)
149 #define HAVE_STRTOLL 1
150 #define HAVE_VSSCANF 1
151 #define HAVE_SCALBN 1
155 #define HAVE__FSEEKI64 1
158 #if !defined(_MSC_VER) || defined(_USE_MATH_DEFINES)
162 #define HAVE_STDARG_H 1
163 #define HAVE_STDDEF_H 1
167 #define SDL_AUDIO_DRIVER_WASAPI 1
168 #define SDL_AUDIO_DRIVER_DSOUND 1
169 #define SDL_AUDIO_DRIVER_XAUDIO2 0
170 #define SDL_AUDIO_DRIVER_WINMM 1
171 #define SDL_AUDIO_DRIVER_DISK 1
172 #define SDL_AUDIO_DRIVER_DUMMY 1
175 #define SDL_JOYSTICK_DINPUT 1
176 #define SDL_JOYSTICK_XINPUT 1
177 #define SDL_HAPTIC_DINPUT 1
178 #define SDL_HAPTIC_XINPUT 1
181 #define SDL_LOADSO_WINDOWS 1
184 #define SDL_THREAD_WINDOWS 1
187 #define SDL_TIMER_WINDOWS 1
190 #define SDL_VIDEO_DRIVER_DUMMY 1
191 #define SDL_VIDEO_DRIVER_WINDOWS 1
193 #ifndef SDL_VIDEO_RENDER_D3D
194 #define SDL_VIDEO_RENDER_D3D 1
196 #ifndef SDL_VIDEO_RENDER_D3D11
197 #define SDL_VIDEO_RENDER_D3D11 0
201 #ifndef SDL_VIDEO_OPENGL
202 #define SDL_VIDEO_OPENGL 1
204 #ifndef SDL_VIDEO_OPENGL_WGL
205 #define SDL_VIDEO_OPENGL_WGL 1
207 #ifndef SDL_VIDEO_RENDER_OGL
208 #define SDL_VIDEO_RENDER_OGL 1
210 #ifndef SDL_VIDEO_RENDER_OGL_ES2
211 #define SDL_VIDEO_RENDER_OGL_ES2 1
213 #ifndef SDL_VIDEO_OPENGL_ES2
214 #define SDL_VIDEO_OPENGL_ES2 1
216 #ifndef SDL_VIDEO_OPENGL_EGL
217 #define SDL_VIDEO_OPENGL_EGL 1
221 #define SDL_VIDEO_VULKAN 1
224 #define SDL_POWER_WINDOWS 1
227 #define SDL_FILESYSTEM_WINDOWS 1
231 #define SDL_ASSEMBLY_ROUTINES 1
unsigned long long uint64_t