Android needs the SDL_main() redirect as well

This commit is contained in:
Sam Lantinga 2011-01-04 11:39:04 -08:00
parent a2954c5cc6
commit 82f0d82581

View file

@ -33,7 +33,8 @@
#if defined(__WIN32__) || \
(defined(__MWERKS__) && !defined(__BEOS__)) || \
defined(__SYMBIAN32__) || defined(__IPHONEOS__)
defined(__SYMBIAN32__) || defined(__IPHONEOS__) || \
defined(__ANDROID__)
#ifdef __cplusplus
#define C_LINKAGE "C"