aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPostConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPostConfig.h')
-rw-r--r--include/core/SkPostConfig.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
index 61296e868d..ccf6e8a2ed 100644
--- a/include/core/SkPostConfig.h
+++ b/include/core/SkPostConfig.h
@@ -10,10 +10,6 @@
#ifndef SkPostConfig_DEFINED
#define SkPostConfig_DEFINED
-#if defined(SK_BUILD_FOR_WIN32)
-# define SK_BUILD_FOR_WIN
-#endif
-
#if !defined(SK_DEBUG) && !defined(SK_RELEASE)
#ifdef NDEBUG
#define SK_RELEASE
@@ -207,7 +203,7 @@
//////////////////////////////////////////////////////////////////////////////////////////////
-#if defined SK_DEBUG && defined SK_BUILD_FOR_WIN32
+#if defined SK_DEBUG && defined SK_BUILD_FOR_WIN
# ifdef free
# undef free
# endif