Maps | Vision Revealer objects for maps.
[0ad.git] / build / android / js185-android-build.patch
blob60f88bf4813ba66b0bae53ce999a545d3a760cfc
1 --- js/src/assembler/wtf/Platform.h 2012-02-13 22:50:06.343654548 +0000
2 +++ js/src/assembler/wtf/Platform.h 2012-02-13 22:50:44.631173638 +0000
3 @@ -332,17 +332,17 @@
4 /* Note that for this platform PLATFORM(WIN_OS) is also defined. */
5 #if defined(_WIN32_WCE)
6 #define WTF_PLATFORM_WINCE 1
7 #endif
9 /* PLATFORM(LINUX) */
10 /* Operating system level dependencies for Linux-like systems that */
11 /* should be used regardless of operating environment */
12 -#ifdef __linux__
13 +#if defined(__linux__) && !defined(ANDROID)
14 #define WTF_PLATFORM_LINUX 1
15 #endif
17 /* PLATFORM(FREEBSD) */
18 /* Operating system level dependencies for FreeBSD-like systems that */
19 /* should be used regardless of operating environment */
20 #ifdef __FreeBSD__
21 #define WTF_PLATFORM_FREEBSD 1