Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Android needs the SDL_main() redirect as well
- Loading branch information
File 1 of 1 in
9cb8e21
|
@@ -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" |
|
|