summaryrefslogtreecommitdiff
path: root/src/SDL12/include/SDL_config_minimal.h
diff options
context:
space:
mode:
authorMAN-AT-ARMS <donny@ecgnetwork.com>2014-03-09 09:24:54 -0400
committerTim Angus <tim@ngus.net>2014-06-17 17:43:41 +0100
commit08f82c18f8d36e38a80093d4463ae179af2b943d (patch)
treeebb5919ca62efbe007c6863489a3fd55dee9a052 /src/SDL12/include/SDL_config_minimal.h
parent2007c40319df9426a142b5026e053cc57930fdde (diff)
Update SDL 1.2.15 to Revision 8040
Diffstat (limited to 'src/SDL12/include/SDL_config_minimal.h')
-rw-r--r--src/SDL12/include/SDL_config_minimal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/SDL12/include/SDL_config_minimal.h b/src/SDL12/include/SDL_config_minimal.h
index a08e190e..d10db7c6 100644
--- a/src/SDL12/include/SDL_config_minimal.h
+++ b/src/SDL12/include/SDL_config_minimal.h
@@ -27,11 +27,8 @@
/* This is the minimal configuration that can be used to build SDL */
-#include <stdio.h>
-#include <stdint.h>
#include <stdarg.h>
-#if 0
typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef signed short int16_t;
@@ -40,7 +37,6 @@ typedef signed int int32_t;
typedef unsigned int uint32_t;
typedef unsigned int size_t;
typedef unsigned long uintptr_t;
-#endif
/* Enable the dummy audio driver (src/audio/dummy/\*.c) */
#define SDL_AUDIO_DRIVER_DUMMY 1