22 #ifndef SDL_config_minimal_h_
23 #define SDL_config_minimal_h_
34 #define HAVE_STDARG_H 1
35 #define HAVE_STDDEF_H 1
37 #if !defined(HAVE_STDINT_H) && !defined(_STDINT_H_)
39 #if defined(_MSC_VER) && (_MSC_VER < 1600)
40 typedef signed __int8
int8_t;
41 typedef unsigned __int8
uint8_t;
48 #ifndef _UINTPTR_T_DEFINED
54 #define _UINTPTR_T_DEFINED
57 #define HAVE_STDINT_H 1
62 #define HAVE_GCC_SYNC_LOCK_TEST_AND_SET 1
66 #define SDL_AUDIO_DRIVER_DUMMY 1
69 #define SDL_JOYSTICK_DISABLED 1
72 #define SDL_HAPTIC_DISABLED 1
75 #define SDL_HIDAPI_DISABLED 1
78 #define SDL_SENSOR_DISABLED 1
81 #define SDL_LOADSO_DISABLED 1
84 #define SDL_THREADS_DISABLED 1
87 #define SDL_TIMERS_DISABLED 1
90 #define SDL_VIDEO_DRIVER_DUMMY 1
93 #define SDL_FILESYSTEM_DUMMY 1
unsigned long long uint64_t