Compile fix
This commit is contained in:
@@ -405,7 +405,7 @@ extern get_file_callback_func get_file_callback;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if (defined(HX_MACOS) || defined(ANDROID) ) && defined(NME_CURL_SSL)
|
#if (defined(HX_MACOS) || defined(ANDROID) ) && defined(NME_CURL_SSL)
|
||||||
#define TRY_GET_FILE
|
//#define TRY_GET_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TRY_GET_FILE
|
#ifdef TRY_GET_FILE
|
||||||
|
|||||||
@@ -8,6 +8,11 @@
|
|||||||
#include <android/log.h>
|
#include <android/log.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(NME_S3D) && defined(ANDROID)
|
||||||
|
#include <S3D.h>
|
||||||
|
#include <S3DEye.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace nme
|
namespace nme
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user