summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ninja.cc')
-rw-r--r--src/ninja.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 5807dcd..1a02fd6 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -615,7 +615,7 @@ int RunBuild(Globals* globals, int argc, char** argv) {
} // anonymous namespace
-#ifdef _WIN32
+#ifdef _MSC_VER
/// This handler processes fatal crashes that you can't catch
/// Test example: C++ exception in a stack-unwind-block