22 #ifndef SDL_config_windows_h_
23 #define SDL_config_windows_h_
31 #if !defined(HAVE_WINSDKVER_H) && defined(__has_include)
32 #if __has_include(<winsdkver.h>)
33 #define HAVE_WINSDKVER_H 1
37 #ifdef HAVE_WINSDKVER_H
38 #include <winsdkver.h>
43 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
44 #if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__) || defined(__clang__) || defined(__BORLANDC__) || defined(__CODEGEARC__)
45 #define HAVE_STDINT_H 1
46 #elif defined(_MSC_VER)
47 typedef signed __int8
int8_t;
48 typedef unsigned __int8
uint8_t;
55 #ifndef _UINTPTR_T_DEFINED
61 #define _UINTPTR_T_DEFINED
64 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
65 #define DWORD_PTR DWORD
67 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR)))
79 #ifndef _SIZE_T_DEFINED_
80 #define _SIZE_T_DEFINED_
88 # define SIZEOF_VOIDP 8
90 # define SIZEOF_VOIDP 4
93 #define HAVE_DDRAW_H 1
94 #define HAVE_DINPUT_H 1
95 #define HAVE_DSOUND_H 1
97 #define HAVE_XINPUT_H 1
98 #if defined(_WIN32_MAXVER) && _WIN32_MAXVER >= 0x0A00
99 #define HAVE_WINDOWS_GAMING_INPUT_H 1
101 #if defined(_WIN32_MAXVER) && _WIN32_MAXVER >= 0x0602
102 #define HAVE_D3D11_H 1
104 #define HAVE_MMDEVICEAPI_H 1
105 #define HAVE_AUDIOCLIENT_H 1
106 #define HAVE_SENSORSAPI_H 1
107 #if (defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)) && (defined(_MSC_VER) && _MSC_VER >= 1600)
108 #define HAVE_IMMINTRIN_H 1
109 #elif defined(__has_include) && (defined(__i386__) || defined(__x86_64))
110 # if __has_include(<immintrin.h>)
111 # define HAVE_IMMINTRIN_H 1
118 #define STDC_HEADERS 1
119 #define HAVE_CTYPE_H 1
120 #define HAVE_FLOAT_H 1
121 #define HAVE_LIMITS_H 1
122 #define HAVE_MATH_H 1
123 #define HAVE_SIGNAL_H 1
124 #define HAVE_STDIO_H 1
125 #define HAVE_STRING_H 1
128 #define HAVE_MALLOC 1
129 #define HAVE_CALLOC 1
130 #define HAVE_REALLOC 1
132 #define HAVE_ALLOCA 1
135 #define HAVE_MEMSET 1
136 #define HAVE_MEMCPY 1
137 #define HAVE_MEMMOVE 1
138 #define HAVE_MEMCMP 1
139 #define HAVE_STRLEN 1
140 #define HAVE__STRREV 1
144 #define HAVE_STRCHR 1
145 #define HAVE_STRRCHR 1
146 #define HAVE_STRSTR 1
151 #define HAVE_STRTOL 1
152 #define HAVE_STRTOUL 1
153 #define HAVE_STRTOD 1
156 #define HAVE_STRCMP 1
157 #define HAVE_STRNCMP 1
158 #define HAVE__STRICMP 1
159 #define HAVE__STRNICMP 1
160 #define HAVE__WCSICMP 1
161 #define HAVE__WCSNICMP 1
162 #define HAVE__WCSDUP 1
170 #define HAVE_ATAN2F 1
172 #define HAVE__COPYSIGN 1
180 #define HAVE_FLOORF 1
186 #define HAVE_LOG10F 1
195 #if defined(_MSC_VER)
198 #define HAVE_STRTOLL 1
199 #define HAVE_STRTOULL 1
200 #define HAVE_VSSCANF 1
201 #define HAVE_LROUND 1
202 #define HAVE_LROUNDF 1
204 #define HAVE_ROUNDF 1
205 #define HAVE_SCALBN 1
206 #define HAVE_SCALBNF 1
208 #define HAVE_TRUNCF 1
212 #define HAVE__FSEEKI64 1
215 #if !defined(_MSC_VER) || defined(_USE_MATH_DEFINES)
219 #define HAVE_STDARG_H 1
220 #define HAVE_STDDEF_H 1
224 #define SDL_AUDIO_DRIVER_WASAPI 1
225 #define SDL_AUDIO_DRIVER_DSOUND 1
226 #define SDL_AUDIO_DRIVER_WINMM 1
227 #define SDL_AUDIO_DRIVER_DISK 1
228 #define SDL_AUDIO_DRIVER_DUMMY 1
231 #define SDL_JOYSTICK_DINPUT 1
232 #define SDL_JOYSTICK_HIDAPI 1
234 #define SDL_JOYSTICK_RAWINPUT 1
236 #define SDL_JOYSTICK_VIRTUAL 1
237 #ifdef HAVE_WINDOWS_GAMING_INPUT_H
238 #define SDL_JOYSTICK_WGI 1
240 #define SDL_JOYSTICK_XINPUT 1
241 #define SDL_HAPTIC_DINPUT 1
242 #define SDL_HAPTIC_XINPUT 1
245 #define SDL_SENSOR_WINDOWS 1
248 #define SDL_LOADSO_WINDOWS 1
251 #define SDL_THREAD_GENERIC_COND_SUFFIX 1
252 #define SDL_THREAD_WINDOWS 1
255 #define SDL_TIMER_WINDOWS 1
258 #define SDL_VIDEO_DRIVER_DUMMY 1
259 #define SDL_VIDEO_DRIVER_WINDOWS 1
261 #ifndef SDL_VIDEO_RENDER_D3D
262 #define SDL_VIDEO_RENDER_D3D 1
264 #if !defined(SDL_VIDEO_RENDER_D3D11) && defined(HAVE_D3D11_H)
265 #define SDL_VIDEO_RENDER_D3D11 1
269 #ifndef SDL_VIDEO_OPENGL
270 #define SDL_VIDEO_OPENGL 1
272 #ifndef SDL_VIDEO_OPENGL_WGL
273 #define SDL_VIDEO_OPENGL_WGL 1
275 #ifndef SDL_VIDEO_RENDER_OGL
276 #define SDL_VIDEO_RENDER_OGL 1
278 #ifndef SDL_VIDEO_RENDER_OGL_ES2
279 #define SDL_VIDEO_RENDER_OGL_ES2 1
281 #ifndef SDL_VIDEO_OPENGL_ES2
282 #define SDL_VIDEO_OPENGL_ES2 1
284 #ifndef SDL_VIDEO_OPENGL_EGL
285 #define SDL_VIDEO_OPENGL_EGL 1
289 #define SDL_VIDEO_VULKAN 1
292 #define SDL_POWER_WINDOWS 1
295 #define SDL_FILESYSTEM_WINDOWS 1
299 #define SDL_ASSEMBLY_ROUTINES 1
unsigned long long uint64_t