Go to the documentation of this file.
22#ifndef SDL_config_winrt_h_
23#define SDL_config_winrt_h_
37#define NTDDI_WINBLUE 0x06030000
40#define NTDDI_WIN10 0x0A000000
46# define SIZEOF_VOIDP 8
48# define SIZEOF_VOIDP 4
52# define HAVE_GCC_ATOMICS 1
57#if !SDL_WINAPI_FAMILY_PHONE
58#define HAVE_XINPUT_H 1
61#define HAVE_MMDEVICEAPI_H 1
62#define HAVE_AUDIOCLIENT_H 1
63#define HAVE_TPCSHRD_H 1
69#define HAVE_LIMITS_H 1
71#define HAVE_SIGNAL_H 1
72#define HAVE_STDINT_H 1
74#define HAVE_STRING_H 1
103#define HAVE_STRNCMP 1
104#define HAVE__STRICMP 1
105#define HAVE__STRNICMP 1
106#define HAVE_VSNPRINTF 1
124#define HAVE__COPYSIGN 1
140#define HAVE_LROUNDF 1
154#define HAVE__FSEEKI64 1
156#define HAVE_ROAPI_H 1
159#define SDL_AUDIO_DRIVER_WASAPI 1
160#define SDL_AUDIO_DRIVER_DISK 1
161#define SDL_AUDIO_DRIVER_DUMMY 1
164#if SDL_WINAPI_FAMILY_PHONE
165#define SDL_JOYSTICK_DISABLED 1
166#define SDL_HAPTIC_DISABLED 1
168#define SDL_JOYSTICK_VIRTUAL 1
169#if (NTDDI_VERSION >= NTDDI_WIN10)
170#define SDL_JOYSTICK_WGI 1
171#define SDL_HAPTIC_DISABLED 1
173#define SDL_JOYSTICK_XINPUT 1
174#define SDL_HAPTIC_XINPUT 1
179#define SDL_HIDAPI_DISABLED 1
182#define SDL_SENSOR_DUMMY 1
185#define SDL_LOADSO_WINDOWS 1
188#if (NTDDI_VERSION >= NTDDI_WINBLUE)
189#define SDL_THREAD_GENERIC_COND_SUFFIX 1
190#define SDL_THREAD_WINDOWS 1
193#define SDL_THREAD_STDCPP 1
197#define SDL_TIMER_WINDOWS 1
200#define SDL_VIDEO_DRIVER_WINRT 1
201#define SDL_VIDEO_DRIVER_DUMMY 1
204#define SDL_VIDEO_OPENGL_ES2 1
205#define SDL_VIDEO_OPENGL_EGL 1
208#define SDL_VIDEO_RENDER_D3D11 1
213#ifdef SDL_VIDEO_OPENGL_ES2
214#define SDL_VIDEO_RENDER_OGL_ES2 1
218#define SDL_POWER_WINRT 1