aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/win/SkHRESULT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/win/SkHRESULT.cpp')
-rw-r--r--src/utils/win/SkHRESULT.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/win/SkHRESULT.cpp b/src/utils/win/SkHRESULT.cpp
index d95629961b..b4caeb686d 100644
--- a/src/utils/win/SkHRESULT.cpp
+++ b/src/utils/win/SkHRESULT.cpp
@@ -6,7 +6,7 @@
*/
#include "SkTypes.h"
-#if defined(SK_BUILD_FOR_WIN32)
+#if defined(SK_BUILD_FOR_WIN)
#include "SkHRESULT.h"
@@ -37,4 +37,4 @@ void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg
}
}
-#endif//defined(SK_BUILD_FOR_WIN32)
+#endif//defined(SK_BUILD_FOR_WIN)