Fixed crashing when downloading data to SD card, fixed crashing when running SDL 1.2 app on Android 1.6 device

This commit is contained in:
pelya
2010-07-26 13:12:00 +03:00
parent 7580d9ff0f
commit b95831357b
3 changed files with 5 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
#if defined(__WIN32__) || \
(defined(__MWERKS__) && !defined(__BEOS__)) || \
defined(__MACOS__) || defined(__MACOSX__) || \
defined(__SYMBIAN32__) || defined(QWS)
defined(__SYMBIAN32__) || defined(QWS) || defined(ANDROID)
#ifdef __cplusplus
#define C_LINKAGE "C"