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
40#define HAVE_XINPUT_H 1
46#define HAVE_MMDEVICEAPI_H 1
47#define HAVE_AUDIOCLIENT_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
171#define SDL_AUDIO_DRIVER_DISK 1
172#define SDL_AUDIO_DRIVER_DUMMY 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
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#if !defined(SDL_VIDEO_RENDER_D3D12) && defined(HAVE_D3D12_H)
208#define SDL_VIDEO_RENDER_D3D12 1
212#ifndef SDL_VIDEO_OPENGL
213#define SDL_VIDEO_OPENGL 1
215#ifndef SDL_VIDEO_OPENGL_WGL
216#define SDL_VIDEO_OPENGL_WGL 1
218#ifndef SDL_VIDEO_RENDER_OGL
219#define SDL_VIDEO_RENDER_OGL 1
224#define SDL_POWER_HARDWIRED 1
228#define SDL_FILESYSTEM_XBOX 1
231#define SDL_DISABLE_WINDOWS_IME 1