Android needs the SDL_main() redirect as well
This commit is contained in:
parent
a2954c5cc6
commit
82f0d82581
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
||||||
|
|
||||||
#if defined(__WIN32__) || \
|
#if defined(__WIN32__) || \
|
||||||
(defined(__MWERKS__) && !defined(__BEOS__)) || \
|
(defined(__MWERKS__) && !defined(__BEOS__)) || \
|
||||||
defined(__SYMBIAN32__) || defined(__IPHONEOS__)
|
defined(__SYMBIAN32__) || defined(__IPHONEOS__) || \
|
||||||
|
defined(__ANDROID__)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define C_LINKAGE "C"
|
#define C_LINKAGE "C"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue