Index: include/core/SkPreConfig.h |
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h |
index 2c1589c173e0671ed928bdbc1e48ec8737452b21..1e44198e4147d5b36959d2062ba6d2c4e1aafef1 100644 |
--- a/include/core/SkPreConfig.h |
+++ b/include/core/SkPreConfig.h |
@@ -23,17 +23,13 @@ |
////////////////////////////////////////////////////////////////////// |
-#if !defined(SK_BUILD_FOR_ANDROID) && !defined(SK_BUILD_FOR_IOS) && !defined(SK_BUILD_FOR_PALM) && !defined(SK_BUILD_FOR_WIN32) && !defined(SK_BUILD_FOR_UNIX) && !defined(SK_BUILD_FOR_MAC) && !defined(SK_BUILD_FOR_SDL) && !defined(SK_BUILD_FOR_BREW) |
+#if !defined(SK_BUILD_FOR_ANDROID) && !defined(SK_BUILD_FOR_IOS) && !defined(SK_BUILD_FOR_WIN32) && !defined(SK_BUILD_FOR_UNIX) && !defined(SK_BUILD_FOR_MAC) |
#ifdef __APPLE__ |
#include "TargetConditionals.h" |
#endif |
- #if defined(PALMOS_SDK_VERSION) |
- #define SK_BUILD_FOR_PALM |
- #elif defined(WIN32) |
- #define SK_BUILD_FOR_WIN32 |
- #elif defined(__SYMBIAN32__) |
+ #if defined(WIN32) || defined(__SYMBIAN32__) |
#define SK_BUILD_FOR_WIN32 |
#elif defined(ANDROID) |
#define SK_BUILD_FOR_ANDROID |