Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
changed #ifndef statment to _SDL_config_iphoneos_h instead of _SDL_co…
Browse files Browse the repository at this point in the history
…nfig_minimal_h.
  • Loading branch information
Holmes Futrell committed Aug 15, 2008
1 parent 7a0f1de commit 077f2d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/SDL_config_iphoneos.h
Expand Up @@ -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
Expand All @@ -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;
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
#define HAVE_NANOSLEEP 1

#endif /* _SDL_config_iphoneos_h */

0 comments on commit 077f2d6

Please sign in to comment.