Go to the documentation of this file.
22 #ifndef SDL_config_wingdk_h_
23 #define SDL_config_wingdk_h_
32 # define SIZEOF_VOIDP 8
35 # define HAVE_GCC_ATOMICS 1
43 #define HAVE_XINPUT_H 1
47 #define HAVE_D3D12_H 1
49 #define HAVE_MMDEVICEAPI_H 1
50 #define HAVE_AUDIOCLIENT_H 1
53 #if (defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)) && (defined(_MSC_VER) && _MSC_VER >= 1600)
54 #define HAVE_IMMINTRIN_H 1
55 #elif defined(__has_include) && (defined(__i386__) || defined(__x86_64))
56 # if __has_include(<immintrin.h>)
57 # define HAVE_IMMINTRIN_H 1
64 #define STDC_HEADERS 1
65 #define HAVE_CTYPE_H 1
66 #define HAVE_FLOAT_H 1
67 #define HAVE_LIMITS_H 1
69 #define HAVE_SIGNAL_H 1
70 #define HAVE_STDINT_H 1
71 #define HAVE_STDIO_H 1
72 #define HAVE_STRING_H 1
77 #define HAVE_REALLOC 1
81 #define HAVE_BSEARCH 1
85 #define HAVE_MEMMOVE 1
88 #define HAVE__STRREV 1
93 #define HAVE_STRRCHR 1
100 #define HAVE_STRTOUL 1
101 #define HAVE_STRTOD 1
104 #define HAVE_STRCMP 1
105 #define HAVE_STRNCMP 1
106 #define HAVE__STRICMP 1
107 #define HAVE__STRNICMP 1
108 #define HAVE__WCSICMP 1
109 #define HAVE__WCSNICMP 1
110 #define HAVE__WCSDUP 1
130 #define HAVE_ATAN2F 1
132 #define HAVE__COPYSIGN 1
136 #define HAVE_FLOORF 1
139 #define HAVE_LOG10F 1
144 #if defined(_MSC_VER)
146 #define HAVE_STRTOLL 1
147 #define HAVE_STRTOULL 1
148 #define HAVE_VSSCANF 1
149 #define HAVE_LROUND 1
150 #define HAVE_LROUNDF 1
152 #define HAVE_ROUNDF 1
153 #define HAVE_SCALBN 1
154 #define HAVE_SCALBNF 1
156 #define HAVE_TRUNCF 1
157 #define HAVE__FSEEKI64 1
158 #ifdef _USE_MATH_DEFINES
165 #define HAVE_STDARG_H 1
166 #define HAVE_STDDEF_H 1
167 #define HAVE_STDINT_H 1
171 #if defined(HAVE_MMDEVICEAPI_H) && defined(HAVE_AUDIOCLIENT_H)
172 #define SDL_AUDIO_DRIVER_WASAPI 1
176 #define SDL_AUDIO_DRIVER_DISK 1
177 #define SDL_AUDIO_DRIVER_DUMMY 1
183 #define SDL_JOYSTICK_VIRTUAL 1
184 #ifdef HAVE_WINDOWS_GAMING_INPUT_H
185 #define SDL_JOYSTICK_WGI 1
187 #define SDL_JOYSTICK_XINPUT 1
189 #define SDL_HAPTIC_XINPUT 1
192 #ifdef HAVE_SENSORSAPI_H
193 #define SDL_SENSOR_WINDOWS 1
195 #define SDL_SENSOR_DUMMY 1
199 #define SDL_LOADSO_WINDOWS 1
202 #define SDL_THREAD_GENERIC_COND_SUFFIX 1
203 #define SDL_THREAD_WINDOWS 1
206 #define SDL_TIMER_WINDOWS 1
209 #define SDL_VIDEO_DRIVER_DUMMY 1
210 #define SDL_VIDEO_DRIVER_WINDOWS 1
215 #if !defined(SDL_VIDEO_RENDER_D3D11) && defined(HAVE_D3D11_H)
216 #define SDL_VIDEO_RENDER_D3D11 1
218 #if !defined(SDL_VIDEO_RENDER_D3D12) && defined(HAVE_D3D12_H)
219 #define SDL_VIDEO_RENDER_D3D12 1
224 #define SDL_POWER_HARDWIRED 1
228 #define SDL_FILESYSTEM_XBOX 1
231 #define SDL_DISABLE_WINDOWS_IME 1