22 #ifndef SDL_config_windows_h_ 23 #define SDL_config_windows_h_ 30 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) 31 #if defined(__GNUC__) || defined(__DMC__) || defined(__WATCOMC__) 32 #define HAVE_STDINT_H 1 33 #elif defined(_MSC_VER) 34 typedef signed __int8
int8_t;
35 typedef unsigned __int8
uint8_t;
42 #ifndef _UINTPTR_T_DEFINED 48 #define _UINTPTR_T_DEFINED 51 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 52 #define DWORD_PTR DWORD 54 #if ((_MSC_VER <= 1200) && (!defined(LONG_PTR))) 66 #ifndef _SIZE_T_DEFINED_ 67 #define _SIZE_T_DEFINED_ 75 # define SIZEOF_VOIDP 8 77 # define SIZEOF_VOIDP 4 80 #define HAVE_DDRAW_H 1 81 #define HAVE_DINPUT_H 1 82 #define HAVE_DSOUND_H 1 84 #define HAVE_XINPUT_H 1 89 #define STDC_HEADERS 1 90 #define HAVE_CTYPE_H 1 91 #define HAVE_FLOAT_H 1 92 #define HAVE_LIMITS_H 1 94 #define HAVE_SIGNAL_H 1 95 #define HAVE_STDIO_H 1 96 #define HAVE_STRING_H 1 100 #define HAVE_CALLOC 1 101 #define HAVE_REALLOC 1 103 #define HAVE_ALLOCA 1 106 #define HAVE_MEMSET 1 107 #define HAVE_MEMCPY 1 108 #define HAVE_MEMMOVE 1 109 #define HAVE_MEMCMP 1 110 #define HAVE_STRLEN 1 111 #define HAVE__STRREV 1 115 #define HAVE_STRCHR 1 116 #define HAVE_STRRCHR 1 117 #define HAVE_STRSTR 1 121 #define HAVE_STRTOL 1 122 #define HAVE_STRTOUL 1 123 #define HAVE_STRTOD 1 126 #define HAVE_STRCMP 1 127 #define HAVE_STRNCMP 1 128 #define HAVE__STRICMP 1 129 #define HAVE__STRNICMP 1 137 #define HAVE_ATAN2F 1 139 #define HAVE__COPYSIGN 1 145 #define HAVE_FLOORF 1 151 #define HAVE_LOG10F 1 160 #if defined(_MSC_VER) 163 #define HAVE_STRTOLL 1 164 #define HAVE_VSSCANF 1 165 #define HAVE_SCALBN 1 166 #define HAVE_SCALBNF 1 170 #define HAVE__FSEEKI64 1 173 #if !defined(_MSC_VER) || defined(_USE_MATH_DEFINES) 177 #define HAVE_STDARG_H 1 178 #define HAVE_STDDEF_H 1 182 #define SDL_AUDIO_DRIVER_WASAPI 1 183 #define SDL_AUDIO_DRIVER_DSOUND 1 184 #define SDL_AUDIO_DRIVER_WINMM 1 185 #define SDL_AUDIO_DRIVER_DISK 1 186 #define SDL_AUDIO_DRIVER_DUMMY 1 189 #define SDL_JOYSTICK_DINPUT 1 190 #define SDL_JOYSTICK_XINPUT 1 191 #define SDL_HAPTIC_DINPUT 1 192 #define SDL_HAPTIC_XINPUT 1 195 #define SDL_LOADSO_WINDOWS 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 #ifndef SDL_VIDEO_RENDER_D3D 208 #define SDL_VIDEO_RENDER_D3D 1 210 #ifndef SDL_VIDEO_RENDER_D3D11 211 #define SDL_VIDEO_RENDER_D3D11 0 215 #ifndef SDL_VIDEO_OPENGL 216 #define SDL_VIDEO_OPENGL 1 218 #ifndef SDL_VIDEO_OPENGL_WGL 219 #define SDL_VIDEO_OPENGL_WGL 1 221 #ifndef SDL_VIDEO_RENDER_OGL 222 #define SDL_VIDEO_RENDER_OGL 1 224 #ifndef SDL_VIDEO_RENDER_OGL_ES2 225 #define SDL_VIDEO_RENDER_OGL_ES2 1 227 #ifndef SDL_VIDEO_OPENGL_ES2 228 #define SDL_VIDEO_OPENGL_ES2 1 230 #ifndef SDL_VIDEO_OPENGL_EGL 231 #define SDL_VIDEO_OPENGL_EGL 1 235 #define SDL_VIDEO_VULKAN 1 238 #define SDL_POWER_WINDOWS 1 241 #define SDL_FILESYSTEM_WINDOWS 1 245 #define SDL_ASSEMBLY_ROUTINES 1
unsigned long long uint64_t