Go to the documentation of this file.
22 #ifndef SDL_config_winrt_h_
23 #define SDL_config_winrt_h_
31 #include <sdkddkver.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 WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP
58 #define HAVE_XINPUT_H 1
61 #define HAVE_MMDEVICEAPI_H 1
62 #define HAVE_AUDIOCLIENT_H 1
63 #define HAVE_TPCSHRD_H 1
66 #define STDC_HEADERS 1
67 #define HAVE_CTYPE_H 1
68 #define HAVE_FLOAT_H 1
69 #define HAVE_LIMITS_H 1
71 #define HAVE_SIGNAL_H 1
72 #define HAVE_STDINT_H 1
73 #define HAVE_STDIO_H 1
74 #define HAVE_STRING_H 1
79 #define HAVE_REALLOC 1
83 #define HAVE_BSEARCH 1
87 #define HAVE_MEMMOVE 1
90 #define HAVE__STRREV 1
91 #define HAVE__STRUPR 1
93 #define HAVE_STRRCHR 1
96 #define HAVE_STRTOUL 1
102 #define HAVE_STRCMP 1
103 #define HAVE_STRNCMP 1
104 #define HAVE__STRICMP 1
105 #define HAVE__STRNICMP 1
106 #define HAVE_VSNPRINTF 1
121 #define HAVE_ATAN2F 1
124 #define HAVE__COPYSIGN 1
132 #define HAVE_FLOORF 1
138 #define HAVE_LOG10F 1
139 #define HAVE_LROUND 1
140 #define HAVE_LROUNDF 1
144 #define HAVE_ROUNDF 1
145 #define HAVE__SCALB 1
153 #define HAVE_TRUNCF 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 WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
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
211 #define SDL_VIDEO_RENDER_D3D12 0
213 #if SDL_VIDEO_OPENGL_ES2
214 #define SDL_VIDEO_RENDER_OGL_ES2 1
218 #define SDL_POWER_WINRT 1