aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkDebug_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ports/SkDebug_win.cpp')
-rw-r--r--src/ports/SkDebug_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ports/SkDebug_win.cpp b/src/ports/SkDebug_win.cpp
index da1e2b573f..7a611cfa3a 100644
--- a/src/ports/SkDebug_win.cpp
+++ b/src/ports/SkDebug_win.cpp
@@ -7,7 +7,7 @@
#include "SkTypes.h"
-#if defined(SK_BUILD_FOR_WIN32)
+#if defined(SK_BUILD_FOR_WIN)
#include "SkLeanWindows.h"
@@ -31,4 +31,4 @@ void SkDebugf(const char format[], ...) {
OutputDebugStringA(buffer);
}
-#endif//defined(SK_BUILD_FOR_WIN32)
+#endif//defined(SK_BUILD_FOR_WIN)