--- a/include/SDL_config_macos.h Sun May 21 17:27:13 2006 +0000
+++ b/include/SDL_config_macos.h Sun May 28 13:04:16 2006 +0000
@@ -29,15 +29,15 @@
#include <MacTypes.h>
-typedef SInt8 int8_t;
-typedef UInt8 uint8_t;
-typedef SInt16 int16_t;
-typedef UInt16 uint16_t;
-typedef SInt32 int32_t;
-typedef UInt32 uint32_t;
-typedef SInt64 int64_t;
-typedef UInt64 uint64_t;
-typedef unsigned long uintptr_t;
+typedef SInt8 int8_t;
+typedef UInt8 uint8_t;
+typedef SInt16 int16_t;
+typedef UInt16 uint16_t;
+typedef SInt32 int32_t;
+typedef UInt32 uint32_t;
+typedef SInt64 int64_t;
+typedef UInt64 uint64_t;
+typedef unsigned long uintptr_t;
#define SDL_HAS_64BIT_TYPE 1