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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user