mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 00:35:18 -05:00
iPhone OS uses a custom main
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#if defined(__WIN32__) || \
|
||||
(defined(__MWERKS__) && !defined(__BEOS__)) || \
|
||||
defined(__SYMBIAN32__)
|
||||
defined(__SYMBIAN32__) || defined(__IPHONEOS__)
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define C_LINKAGE "C"
|
||||
|
||||
Reference in New Issue
Block a user