diff options
author | Reid Kleckner <reid@kleckner.net> | 2014-02-12 21:26:20 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2014-02-12 21:26:20 +0000 |
commit | d59e2faae15d1f25bb591520ea3e790475de8e4a (patch) | |
tree | 8faeb16a2b83d6e42dce718af2d1ff02a8461333 /llvm/lib/Support/CrashRecoveryContext.cpp | |
parent | c6a1a16deb4cb40ed6c873f7e97f8b44519445c9 (diff) | |
download | bcm5719-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/CrashRecoveryContext.cpp')
-rw-r--r-- | llvm/lib/Support/CrashRecoveryContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CrashRecoveryContext.cpp b/llvm/lib/Support/CrashRecoveryContext.cpp index 92c370dda44..29f73fc539c 100644 --- a/llvm/lib/Support/CrashRecoveryContext.cpp +++ b/llvm/lib/Support/CrashRecoveryContext.cpp @@ -132,7 +132,7 @@ CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { #ifdef LLVM_ON_WIN32 -#include "Windows/Windows.h" +#include "Windows/WindowsSupport.h" // On Windows, we can make use of vectored exception handling to // catch most crashing situations. Note that this does mean |