SDL 1.3 requires a 64-bit type for the platform.
This commit is contained in:
parent
da1479c45f
commit
5c01c4797c
16 changed files with 5 additions and 2350 deletions
|
@ -33,16 +33,6 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
|
||||
/*
|
||||
typedef signed char int8_t;
|
||||
typedef unsigned char uint8_t;
|
||||
typedef signed short int16_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef signed int int32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
*/
|
||||
|
||||
|
||||
#define HAVE_ALLOCA_H 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_STDIO_H 1
|
||||
|
@ -115,9 +105,6 @@ typedef unsigned int uint32_t;
|
|||
|
||||
#define SIZEOF_VOIDP 4
|
||||
|
||||
typedef unsigned int size_t;
|
||||
//typedef unsigned long uintptr_t;
|
||||
|
||||
/* Enable various audio drivers */
|
||||
#define SDL_AUDIO_DRIVER_ANDROID 1
|
||||
#define SDL_AUDIO_DRIVER_DUMMY 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue