aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/win/SkDWrite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/win/SkDWrite.cpp')
-rw-r--r--src/utils/win/SkDWrite.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/win/SkDWrite.cpp b/src/utils/win/SkDWrite.cpp
index 17613f6fad..c7438bf332 100644
--- a/src/utils/win/SkDWrite.cpp
+++ b/src/utils/win/SkDWrite.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
#include "SkTypes.h"
-#if defined(SK_BUILD_FOR_WIN32)
+#if defined(SK_BUILD_FOR_WIN)
#include "SkDWrite.h"
#include "SkHRESULT.h"
@@ -125,4 +125,4 @@ HRESULT SkGetGetUserDefaultLocaleNameProc(SkGetUserDefaultLocaleNameProc* proc)
return S_OK;
}
-#endif//defined(SK_BUILD_FOR_WIN32)
+#endif//defined(SK_BUILD_FOR_WIN)