changeset 4952 | 18fe0aded409 |
parent 3697 | f7b03b6838cb |
child 5062 | e8916fe9cfc8 |
1.1 --- a/include/SDL_main.h Tue Jan 04 11:22:43 2011 -0800 1.2 +++ b/include/SDL_main.h Tue Jan 04 11:39:04 2011 -0800 1.3 @@ -33,7 +33,8 @@ 1.4 1.5 #if defined(__WIN32__) || \ 1.6 (defined(__MWERKS__) && !defined(__BEOS__)) || \ 1.7 - defined(__SYMBIAN32__) || defined(__IPHONEOS__) 1.8 + defined(__SYMBIAN32__) || defined(__IPHONEOS__) || \ 1.9 + defined(__ANDROID__) 1.10 1.11 #ifdef __cplusplus 1.12 #define C_LINKAGE "C"