From 077f2d6a0e08f6d06306b3a2960755ac7293b887 Mon Sep 17 00:00:00 2001 From: Holmes Futrell Date: Fri, 15 Aug 2008 18:22:12 +0000 Subject: [PATCH] changed #ifndef statment to _SDL_config_iphoneos_h instead of _SDL_config_minimal_h. --- include/SDL_config_iphoneos.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/SDL_config_iphoneos.h b/include/SDL_config_iphoneos.h index 1e87945c1..59214dd65 100644 --- a/include/SDL_config_iphoneos.h +++ b/include/SDL_config_iphoneos.h @@ -20,8 +20,8 @@ slouken@libsdl.org */ -#ifndef _SDL_config_minimal_h -#define _SDL_config_minimal_h +#ifndef _SDL_config_iphoneos_h +#define _SDL_config_iphoneos_h #include "SDL_platform.h" #include "stdio.h" // contains def for size_t @@ -38,7 +38,7 @@ typedef signed int int32_t; typedef unsigned int uint32_t; #ifndef size_t -//typedef unsigned int size_t; +typedef unsigned int size_t; #endif typedef unsigned long uintptr_t; @@ -92,8 +92,6 @@ typedef unsigned long uintptr_t; #define SDL_THREAD_PTHREAD 1 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 -#endif /* _SDL_config_iPhone_h */ - #define HAVE_ALLOCA_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_STDIO_H 1 @@ -144,4 +142,6 @@ typedef unsigned long uintptr_t; #define HAVE_VSNPRINTF 1 #define HAVE_SIGACTION 1 #define HAVE_SETJMP 1 -#define HAVE_NANOSLEEP 1 \ No newline at end of file +#define HAVE_NANOSLEEP 1 + +#endif /* _SDL_config_iphoneos_h */