summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index ec23235cb..d4d07375d 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -197,7 +197,7 @@ DebugStacker::~DebugStacker()
}
-#ifdef _WIN32
+#ifdef _MSC_VER
#if CATCH_UNHANDLED_EXCEPTIONS == 1
void se_trans_func(unsigned int u, EXCEPTION_POINTERS* pExp)
{