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__) || defined(__clang__)
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
85 #define HAVE_MMDEVICEAPI_H 1
86 #define HAVE_AUDIOCLIENT_H 1
87 #define HAVE_SENSORSAPI_H 1
88 #if (defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)) && (defined(_MSC_VER) && _MSC_VER >= 1600)
89 #define HAVE_IMMINTRIN_H 1
90 #elif defined(__has_include) && (defined(__i386__) || defined(__x86_64))
91 # if __has_include(<immintrin.h>)
92 # define HAVE_IMMINTRIN_H 1
99 #define STDC_HEADERS 1
100 #define HAVE_CTYPE_H 1
101 #define HAVE_FLOAT_H 1
102 #define HAVE_LIMITS_H 1
103 #define HAVE_MATH_H 1
104 #define HAVE_SIGNAL_H 1
105 #define HAVE_STDIO_H 1
106 #define HAVE_STRING_H 1
109 #define HAVE_MALLOC 1
110 #define HAVE_CALLOC 1
111 #define HAVE_REALLOC 1
113 #define HAVE_ALLOCA 1
116 #define HAVE_MEMSET 1
117 #define HAVE_MEMCPY 1
118 #define HAVE_MEMMOVE 1
119 #define HAVE_MEMCMP 1
120 #define HAVE_STRLEN 1
121 #define HAVE__STRREV 1
125 #define HAVE_STRCHR 1
126 #define HAVE_STRRCHR 1
127 #define HAVE_STRSTR 1
132 #define HAVE_STRTOL 1
133 #define HAVE_STRTOUL 1
134 #define HAVE_STRTOD 1
137 #define HAVE_STRCMP 1
138 #define HAVE_STRNCMP 1
139 #define HAVE__STRICMP 1
140 #define HAVE__STRNICMP 1
141 #define HAVE__WCSICMP 1
142 #define HAVE__WCSNICMP 1
143 #define HAVE__WCSDUP 1
151 #define HAVE_ATAN2F 1
153 #define HAVE__COPYSIGN 1
161 #define HAVE_FLOORF 1
167 #define HAVE_LOG10F 1
176 #if defined(_MSC_VER)
179 #define HAVE_STRTOLL 1
180 #define HAVE_STRTOULL 1
181 #define HAVE_VSSCANF 1
182 #define HAVE_LROUND 1
183 #define HAVE_LROUNDF 1
185 #define HAVE_ROUNDF 1
186 #define HAVE_SCALBN 1
187 #define HAVE_SCALBNF 1
189 #define HAVE_TRUNCF 1
193 #define HAVE__FSEEKI64 1
196 #if !defined(_MSC_VER) || defined(_USE_MATH_DEFINES)
200 #define HAVE_STDARG_H 1
201 #define HAVE_STDDEF_H 1
205 #if defined(_MSC_VER) && (_MSC_VER >= 1911)
206 #include <sdkddkver.h>
207 #if _WIN32_WINNT >= 0x0601
208 #define SDL_WINDOWS7_SDK
210 #if _WIN32_WINNT >= 0x0602
211 #define SDL_WINDOWS8_SDK
213 #if _WIN32_WINNT >= 0x0A00
214 #define SDL_WINDOWS10_SDK
219 #define SDL_AUDIO_DRIVER_WASAPI 1
220 #define SDL_AUDIO_DRIVER_DSOUND 1
221 #define SDL_AUDIO_DRIVER_WINMM 1
222 #define SDL_AUDIO_DRIVER_DISK 1
223 #define SDL_AUDIO_DRIVER_DUMMY 1
226 #define SDL_JOYSTICK_DINPUT 1
227 #define SDL_JOYSTICK_HIDAPI 1
229 #define SDL_JOYSTICK_RAWINPUT 1
231 #define SDL_JOYSTICK_VIRTUAL 1
232 #ifdef SDL_WINDOWS10_SDK
233 #define SDL_JOYSTICK_WGI 1
235 #define SDL_JOYSTICK_XINPUT 1
236 #define SDL_HAPTIC_DINPUT 1
237 #define SDL_HAPTIC_XINPUT 1
240 #define SDL_SENSOR_WINDOWS 1
243 #define SDL_LOADSO_WINDOWS 1
246 #define SDL_THREAD_GENERIC_COND_SUFFIX 1
247 #define SDL_THREAD_WINDOWS 1
250 #define SDL_TIMER_WINDOWS 1
253 #define SDL_VIDEO_DRIVER_DUMMY 1
254 #define SDL_VIDEO_DRIVER_WINDOWS 1
256 #ifndef SDL_VIDEO_RENDER_D3D
257 #define SDL_VIDEO_RENDER_D3D 1
259 #ifdef SDL_WINDOWS7_SDK
260 #define SDL_VIDEO_RENDER_D3D11 1
264 #ifndef SDL_VIDEO_OPENGL
265 #define SDL_VIDEO_OPENGL 1
267 #ifndef SDL_VIDEO_OPENGL_WGL
268 #define SDL_VIDEO_OPENGL_WGL 1
270 #ifndef SDL_VIDEO_RENDER_OGL
271 #define SDL_VIDEO_RENDER_OGL 1
273 #ifndef SDL_VIDEO_RENDER_OGL_ES2
274 #define SDL_VIDEO_RENDER_OGL_ES2 1
276 #ifndef SDL_VIDEO_OPENGL_ES2
277 #define SDL_VIDEO_OPENGL_ES2 1
279 #ifndef SDL_VIDEO_OPENGL_EGL
280 #define SDL_VIDEO_OPENGL_EGL 1
284 #define SDL_VIDEO_VULKAN 1
287 #define SDL_POWER_WINDOWS 1
290 #define SDL_FILESYSTEM_WINDOWS 1
294 #define SDL_ASSEMBLY_ROUTINES 1
unsigned long long uint64_t