Go to the documentation of this file.
22#ifndef SDL_build_config_wingdk_h_
23#define SDL_build_config_wingdk_h_
24#define SDL_build_config_h_
32# define HAVE_GCC_ATOMICS 1
36#define HAVE_DINPUT_H 1
37#define HAVE_DSOUND_H 1
40#define HAVE_XINPUT_H 1
41#define HAVE_WINDOWS_GAMING_INPUT_H 1
45#define HAVE_SHELLSCALINGAPI_H 1
46#define HAVE_MMDEVICEAPI_H 1
47#define HAVE_AUDIOCLIENT_H 1
48#define HAVE_TPCSHRD_H 1
49#define HAVE_SENSORSAPI_H 1
50#if (defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)) && (defined(_MSC_VER) && _MSC_VER >= 1600)
51#define HAVE_IMMINTRIN_H 1
52#elif defined(__has_include) && (defined(__i386__) || defined(__x86_64))
53# if __has_include(<immintrin.h>)
54# define HAVE_IMMINTRIN_H 1
63#define HAVE_LIMITS_H 1
65#define HAVE_SIGNAL_H 1
66#define HAVE_STDARG_H 1
67#define HAVE_STDDEF_H 1
68#define HAVE_STDINT_H 1
70#define HAVE_STDLIB_H 1
71#define HAVE_STRING_H 1
100#define HAVE_STRTOUL 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
132#define HAVE__COPYSIGN 1
146#define HAVE_STRTOLL 1
147#define HAVE_STRTOULL 1
148#define HAVE_VSSCANF 1
150#define HAVE_LROUNDF 1
154#define HAVE_SCALBNF 1
157#define HAVE__FSEEKI64 1
160#define HAVE_STDARG_H 1
161#define HAVE_STDDEF_H 1
162#define HAVE_STDINT_H 1
166#if defined(HAVE_MMDEVICEAPI_H) && defined(HAVE_AUDIOCLIENT_H)
167#define SDL_AUDIO_DRIVER_WASAPI 1
169#define SDL_AUDIO_DRIVER_DSOUND 1
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_HIDAPI 1
177#define SDL_JOYSTICK_RAWINPUT 1
178#define SDL_JOYSTICK_VIRTUAL 1
179#ifdef HAVE_WINDOWS_GAMING_INPUT_H
180#define SDL_JOYSTICK_WGI 1
182#define SDL_JOYSTICK_XINPUT 1
183#define SDL_HAPTIC_DINPUT 1
184#define SDL_HAPTIC_XINPUT 1
187#ifdef HAVE_SENSORSAPI_H
188#define SDL_SENSOR_WINDOWS 1
190#define SDL_SENSOR_DUMMY 1
194#define SDL_LOADSO_WINDOWS 1
197#define SDL_THREAD_GENERIC_COND_SUFFIX 1
198#define SDL_THREAD_WINDOWS 1
201#define SDL_TIMER_WINDOWS 1
204#define SDL_VIDEO_DRIVER_DUMMY 1
205#define SDL_VIDEO_DRIVER_WINDOWS 1
207#ifndef SDL_VIDEO_RENDER_D3D
208#define SDL_VIDEO_RENDER_D3D 1
210#if !defined(SDL_VIDEO_RENDER_D3D11) && defined(HAVE_D3D11_H)
211#define SDL_VIDEO_RENDER_D3D11 1
213#if !defined(SDL_VIDEO_RENDER_D3D12) && defined(HAVE_D3D12_H)
214#define SDL_VIDEO_RENDER_D3D12 1
218#ifndef SDL_VIDEO_OPENGL
219#define SDL_VIDEO_OPENGL 1
221#ifndef SDL_VIDEO_OPENGL_WGL
222#define SDL_VIDEO_OPENGL_WGL 1
224#ifndef SDL_VIDEO_RENDER_OGL
225#define SDL_VIDEO_RENDER_OGL 1
227#ifndef SDL_VIDEO_RENDER_OGL_ES2
228#define SDL_VIDEO_RENDER_OGL_ES2 1
230#ifndef SDL_VIDEO_OPENGL_ES2
231#define SDL_VIDEO_OPENGL_ES2 1
233#ifndef SDL_VIDEO_OPENGL_EGL
234#define SDL_VIDEO_OPENGL_EGL 1
238#define SDL_VIDEO_VULKAN 1
241#define SDL_POWER_WINDOWS 1
244#define SDL_FILESYSTEM_WINDOWS 1