aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/COM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/COM.cpp')
-rw-r--r--llvm/lib/Support/COM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/COM.cpp b/llvm/lib/Support/COM.cpp
index 2e3ff66..97cd085 100644
--- a/llvm/lib/Support/COM.cpp
+++ b/llvm/lib/Support/COM.cpp
@@ -18,6 +18,6 @@
// Include the platform-specific parts of this class.
#ifdef LLVM_ON_UNIX
#include "Unix/COM.inc"
-#elif _WIN32
+#elif defined(_WIN32)
#include "Windows/COM.inc"
#endif