diff options
Diffstat (limited to 'source/Globals.h')
-rw-r--r-- | source/Globals.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Globals.h b/source/Globals.h index 12cdd8c94..4816e2769 100644 --- a/source/Globals.h +++ b/source/Globals.h @@ -114,8 +114,14 @@ typedef short Int16; #include <semaphore.h> #include <errno.h> #include <fcntl.h> +#if !defined(ANDROID_NDK) #include <tr1/memory> #endif +#endif + +#if !defined(ANDROID_NDK) + #define USE_SQUIRREL +#endif |