Go to the documentation of this file.
22#ifndef SDL_config_wingdk_h_
23#define SDL_config_wingdk_h_
32# define SIZEOF_VOIDP 8
35# define HAVE_GCC_ATOMICS 1
43#define HAVE_XINPUT_H 1
49#define HAVE_MMDEVICEAPI_H 1
50#define HAVE_AUDIOCLIENT_H 1
53#if (defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)) && (defined(_MSC_VER) && _MSC_VER >= 1600)
54#define HAVE_IMMINTRIN_H 1
55#elif defined(__has_include) && (defined(__i386__) || defined(__x86_64))
56# if __has_include(<immintrin.h>)
57# define HAVE_IMMINTRIN_H 1
67#define HAVE_LIMITS_H 1
69#define HAVE_SIGNAL_H 1
70#define HAVE_STDINT_H 1
72#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
158#ifdef _USE_MATH_DEFINES
165#define HAVE_STDARG_H 1
166#define HAVE_STDDEF_H 1
167#define HAVE_STDINT_H 1
171#if defined(HAVE_MMDEVICEAPI_H) && defined(HAVE_AUDIOCLIENT_H)
172#define SDL_AUDIO_DRIVER_WASAPI 1
176#define SDL_AUDIO_DRIVER_DISK 1
177#define SDL_AUDIO_DRIVER_DUMMY 1
183#define SDL_JOYSTICK_VIRTUAL 1
184#ifdef HAVE_WINDOWS_GAMING_INPUT_H
185#define SDL_JOYSTICK_WGI 1
187#define SDL_JOYSTICK_XINPUT 1
189#define SDL_HAPTIC_XINPUT 1
192#ifdef HAVE_SENSORSAPI_H
193#define SDL_SENSOR_WINDOWS 1
195#define SDL_SENSOR_DUMMY 1
199#define SDL_LOADSO_WINDOWS 1
202#define SDL_THREAD_GENERIC_COND_SUFFIX 1
203#define SDL_THREAD_WINDOWS 1
206#define SDL_TIMER_WINDOWS 1
209#define SDL_VIDEO_DRIVER_DUMMY 1
210#define SDL_VIDEO_DRIVER_WINDOWS 1
212#if !defined(SDL_VIDEO_RENDER_D3D12) && defined(HAVE_D3D12_H)
213#define SDL_VIDEO_RENDER_D3D12 1
217#ifndef SDL_VIDEO_OPENGL
218#define SDL_VIDEO_OPENGL 1
220#ifndef SDL_VIDEO_OPENGL_WGL
221#define SDL_VIDEO_OPENGL_WGL 1
223#ifndef SDL_VIDEO_RENDER_OGL
224#define SDL_VIDEO_RENDER_OGL 1
229#define SDL_POWER_HARDWIRED 1
233#define SDL_FILESYSTEM_XBOX 1
236#define SDL_DISABLE_WINDOWS_IME 1