summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Signals.inc
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-02-12 21:26:20 +0000
committerReid Kleckner <reid@kleckner.net>2014-02-12 21:26:20 +0000
commitd59e2faae15d1f25bb591520ea3e790475de8e4a (patch)
tree8faeb16a2b83d6e42dce718af2d1ff02a8461333 /llvm/lib/Support/Windows/Signals.inc
parentc6a1a16deb4cb40ed6c873f7e97f8b44519445c9 (diff)
downloadbcm5719-llvm-d59e2faae15d1f25bb591520ea3e790475de8e4a.tar.gz
bcm5719-llvm-d59e2faae15d1f25bb591520ea3e790475de8e4a.zip
Rename Windows.h to WindowsSupport.h to avoid ambiguity
llvm-svn: 201258
Diffstat (limited to 'llvm/lib/Support/Windows/Signals.inc')
-rw-r--r--llvm/lib/Support/Windows/Signals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Signals.inc b/llvm/lib/Support/Windows/Signals.inc
index 5add76a0c03..a28b0b8003d 100644
--- a/llvm/lib/Support/Windows/Signals.inc
+++ b/llvm/lib/Support/Windows/Signals.inc
@@ -17,7 +17,7 @@
#include <vector>
// The Windows.h header must be after LLVM and standard headers.
-#include "Windows.h"
+#include "WindowsSupport.h"
#ifdef __MINGW32__
#include <imagehlp.h>
OpenPOWER on IntegriCloud