aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPreConfig.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-04 06:19:33 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-04 06:19:33 -0700
commit7a1f45f9e584fef625e764bd5d180a9c4943dcd5 (patch)
tree12108cbf1cc8553d97ebbf5241262e4195906b58 /include/core/SkPreConfig.h
parentaa6a80526ff4187b596f78564174b3df10d93c7e (diff)
spin off easy stuff from Herb's windows GN CL
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2209533004 No public API changes. TBR=reed@google.com Review-Url: https://codereview.chromium.org/2209533004
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 806ec8a6d8..d8dd65b910 100644
--- a/include/core/SkPreConfig.h
+++ b/include/core/SkPreConfig.h
@@ -211,7 +211,7 @@
#if !defined(SK_API)
#if defined(SKIA_DLL)
- #if defined(SK_BUILD_FOR_WIN32)
+ #if defined(_MSC_VER)
#if SKIA_IMPLEMENTATION
#define SK_API __declspec(dllexport)
#else