Chromium Code Reviews| Index: include/core/SkPreConfig.h |
| diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h |
| index 928c1bda639379df2846aa10a7eb02110bfa734d..c410c988b5d332b6cbe499159bf0eb97b3ab1ceb 100644 |
| --- a/include/core/SkPreConfig.h |
| +++ b/include/core/SkPreConfig.h |
| @@ -210,7 +210,7 @@ |
| #endif |
| #if defined(SKIA_DLL) |
| - #if defined(WIN32) |
| + #if defined(SK_BUILD_FOR_WIN32) |
| #if SKIA_IMPLEMENTATION |
| #define SK_API __declspec(dllexport) |
| #else |