aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/win_dbghelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/win_dbghelp.h')
-rw-r--r--tools/win_dbghelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/win_dbghelp.h b/tools/win_dbghelp.h
index d334318ad4..226249f4e6 100644
--- a/tools/win_dbghelp.h
+++ b/tools/win_dbghelp.h
@@ -8,7 +8,7 @@
#ifndef win_dbghelp_DEFINED
#define win_dbghelp_DEFINED
-#ifdef SK_BUILD_FOR_WIN32
+#ifdef SK_BUILD_FOR_WIN
#include <dbghelp.h>
#include <shellapi.h>
@@ -30,6 +30,6 @@ void setUpDebuggingFromArgs(const char* vargs0);
int GenerateDumpAndPrintCallstack(EXCEPTION_POINTERS* pExceptionPointers);
-#endif // SK_BUILD_FOR_WIN32
+#endif // SK_BUILD_FOR_WIN
#endif // win_dbghelp_DEFINED