summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/driver/Platform.cpp')
-rw-r--r--lldb/tools/driver/Platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/driver/Platform.cpp b/lldb/tools/driver/Platform.cpp
index 97c6d36979c..bb0c85d9a0f 100644
--- a/lldb/tools/driver/Platform.cpp
+++ b/lldb/tools/driver/Platform.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// this file is only relevant for Visual C++
-#if defined( _MSC_VER )
+#if defined( _WIN32 )
#include <process.h>
#include <assert.h>
OpenPOWER on IntegriCloud