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)
40 typedef unsigned int size_t;
41 typedef signed char int8_t;
47 typedef signed long long int64_t;
51 #define HAVE_STDINT_H 1
55 #define HAVE_GCC_SYNC_LOCK_TEST_AND_SET 1
59 #define SDL_AUDIO_DRIVER_DUMMY 1
62 #define SDL_JOYSTICK_DISABLED 1
65 #define SDL_HAPTIC_DISABLED 1
68 #define SDL_HIDAPI_DISABLED 1
71 #define SDL_SENSOR_DISABLED 1
74 #define SDL_LOADSO_DISABLED 1
77 #define SDL_THREADS_DISABLED 1
80 #define SDL_TIMERS_DISABLED 1
83 #define SDL_VIDEO_DRIVER_DUMMY 1
86 #define SDL_FILESYSTEM_DUMMY 1
unsigned long long uint64_t