aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/win/SkDWriteGeometrySink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/win/SkDWriteGeometrySink.cpp')
-rw-r--r--src/utils/win/SkDWriteGeometrySink.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/win/SkDWriteGeometrySink.cpp b/src/utils/win/SkDWriteGeometrySink.cpp
index 9f6a97caf1..27c10ce20f 100644
--- a/src/utils/win/SkDWriteGeometrySink.cpp
+++ b/src/utils/win/SkDWriteGeometrySink.cpp
@@ -6,7 +6,7 @@
*/
#include "SkTypes.h"
-#if defined(SK_BUILD_FOR_WIN32)
+#if defined(SK_BUILD_FOR_WIN)
#include "SkDWriteGeometrySink.h"
#include "SkFloatUtils.h"
@@ -146,4 +146,4 @@ HRESULT SkDWriteGeometrySink::Create(SkPath* path, IDWriteGeometrySink** geometr
return S_OK;
}
-#endif//defined(SK_BUILD_FOR_WIN32)
+#endif//defined(SK_BUILD_FOR_WIN)