aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPreConfig.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-03 11:09:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-03 11:09:59 -0700
commit62e1a1a4ba9926c9b515eb603173ea4202ac28ae (patch)
tree41dbf14aa9554b12e23b24e3255147902e4be1cc /include/core/SkPreConfig.h
parent96206a96f357cd30b60d1b1aa98e4e3a8f9b97f1 (diff)
Make SK_BUILD_FOR_WIN32 auto-detection work.
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2205173003 No public API changes TBR=reed@google.com Review-Url: https://codereview.chromium.org/2205173003
Diffstat (limited to 'include/core/SkPreConfig.h')
-rw-r--r--include/core/SkPreConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
index f993920fda..806ec8a6d8 100644
--- a/include/core/SkPreConfig.h
+++ b/include/core/SkPreConfig.h
@@ -24,7 +24,7 @@
#include "TargetConditionals.h"
#endif
- #if defined(WIN32) || defined(__SYMBIAN32__)
+ #if defined(_WIN32) || defined(__SYMBIAN32__)
#define SK_BUILD_FOR_WIN32
#elif defined(ANDROID)
#define SK_BUILD_FOR_ANDROID