summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Watchdog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/Watchdog.cpp')
-rw-r--r--llvm/lib/Support/Watchdog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Watchdog.cpp b/llvm/lib/Support/Watchdog.cpp
index 724aa001f16..5facd409fda 100644
--- a/llvm/lib/Support/Watchdog.cpp
+++ b/llvm/lib/Support/Watchdog.cpp
@@ -18,6 +18,6 @@
#ifdef LLVM_ON_UNIX
#include "Unix/Watchdog.inc"
#endif
-#ifdef LLVM_ON_WIN32
+#ifdef _WIN32
#include "Windows/Watchdog.inc"
#endif
OpenPOWER on IntegriCloud