changeset 2704:e708fe246d03

iPhone OS uses a custom main
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Sun, 22 Jun 2008 23:10:44 +0000
parents 18a472b6d745
children 0f62c4ae1cd5
files include/SDL_main.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_main.h	Mon May 26 12:56:10 2008 +0000
+++ b/include/SDL_main.h	Sun Jun 22 23:10:44 2008 +0000
@@ -29,7 +29,7 @@
 
 #if defined(__WIN32__) || \
     (defined(__MWERKS__) && !defined(__BEOS__)) || \
-    defined(__SYMBIAN32__)
+    defined(__SYMBIAN32__) || defined(__IPHONEOS__)
 
 #ifdef __cplusplus
 #define C_LINKAGE	"C"