diff include/SDL_main.h @ 2341:c6cd46639bc5 gsoc2008_iphone

iPhone port uses custom main
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 11 Jul 2008 00:30:31 +0000
parents 0e7becb566ee
children 6259afb046c5
line wrap: on
line diff
--- a/include/SDL_main.h	Fri Jul 11 00:29:35 2008 +0000
+++ b/include/SDL_main.h	Fri Jul 11 00:30:31 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"