summaryrefslogtreecommitdiff
path: root/include/SDL_config_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDL_config_android.h')
-rw-r--r--include/SDL_config_android.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/SDL_config_android.h b/include/SDL_config_android.h
index 22f727cf..5ee9df16 100644
--- a/include/SDL_config_android.h
+++ b/include/SDL_config_android.h
@@ -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