Go to the documentation of this file.
22#ifndef SDL_build_config_winrt_h_
23#define SDL_build_config_winrt_h_
24#define SDL_build_config_h_
37#define NTDDI_WINBLUE 0x06030000
40#define NTDDI_WIN10 0x0A000000
46# define HAVE_GCC_ATOMICS 1
51#if WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP
52#define HAVE_XINPUT_H 1
55#define HAVE_MMDEVICEAPI_H 1
56#define HAVE_AUDIOCLIENT_H 1
57#define HAVE_TPCSHRD_H 1
62#define HAVE_LIMITS_H 1
64#define HAVE_SIGNAL_H 1
65#define HAVE_STDARG_H 1
66#define HAVE_STDDEF_H 1
67#define HAVE_STDINT_H 1
69#define HAVE_STDLIB_H 1
70#define HAVE_STRING_H 1
100#define HAVE_STRNCMP 1
101#define HAVE__STRICMP 1
102#define HAVE__STRNICMP 1
103#define HAVE_VSNPRINTF 1
120#define HAVE__COPYSIGN 1
136#define HAVE_LROUNDF 1
151#define HAVE__FSEEKI64 1
153#define HAVE_ROAPI_H 1
156#define SDL_AUDIO_DRIVER_WASAPI 1
157#define SDL_AUDIO_DRIVER_DISK 1
158#define SDL_AUDIO_DRIVER_DUMMY 1
161#if WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
162#define SDL_JOYSTICK_DISABLED 1
163#define SDL_HAPTIC_DISABLED 1
165#define SDL_JOYSTICK_VIRTUAL 1
166#if (NTDDI_VERSION >= NTDDI_WIN10)
167#define SDL_JOYSTICK_WGI 1
168#define SDL_HAPTIC_DISABLED 1
170#define SDL_JOYSTICK_XINPUT 1
171#define SDL_HAPTIC_XINPUT 1
176#define SDL_HIDAPI_DISABLED 1
179#define SDL_SENSOR_DUMMY 1
182#define SDL_LOADSO_WINDOWS 1
185#if (NTDDI_VERSION >= NTDDI_WINBLUE)
186#define SDL_THREAD_GENERIC_COND_SUFFIX 1
187#define SDL_THREAD_WINDOWS 1
190#define SDL_THREAD_STDCPP 1
194#define SDL_TIMER_WINDOWS 1
197#define SDL_VIDEO_DRIVER_WINRT 1
198#define SDL_VIDEO_DRIVER_DUMMY 1
201#define SDL_VIDEO_OPENGL_ES2 1
202#define SDL_VIDEO_OPENGL_EGL 1
205#define SDL_VIDEO_RENDER_D3D11 1
208#define SDL_VIDEO_RENDER_D3D12 0
210#if SDL_VIDEO_OPENGL_ES2
211#define SDL_VIDEO_RENDER_OGL_ES2 1
215#define SDL_POWER_WINRT 1