22#ifndef SDL_config_minimal_h_
23#define SDL_config_minimal_h_
34#define HAVE_STDARG_H 1
35#define HAVE_STDDEF_H 1
38#if defined(_MSC_VER) && (_MSC_VER < 1600)
40typedef unsigned int size_t;
47typedef signed long long int64_t;
51#define HAVE_STDINT_H 1
52#define HAVE_INTTYPES_H 1
56#define HAVE_GCC_SYNC_LOCK_TEST_AND_SET 1
60#define SDL_AUDIO_DRIVER_DUMMY 1
63#define SDL_JOYSTICK_DISABLED 1
66#define SDL_HAPTIC_DISABLED 1
69#define SDL_HIDAPI_DISABLED 1
72#define SDL_SENSOR_DISABLED 1
75#define SDL_LOADSO_DISABLED 1
78#define SDL_THREADS_DISABLED 1
81#define SDL_TIMERS_DISABLED 1
84#define SDL_VIDEO_DRIVER_DUMMY 1
87#define SDL_FILESYSTEM_DUMMY 1
unsigned long long uint64_t