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/Windows/Path.inc | |
| 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/Windows/Path.inc')
| -rw-r--r-- | llvm/lib/Support/Windows/Path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index 8329d271b39..46e9ce7acb2 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/lib/Support/Windows/Path.inc @@ -24,7 +24,7 @@ // These two headers must be included last, and make sure shlobj is required // after Windows.h to make sure it picks up our definition of _WIN32_WINNT -#include "Windows.h" +#include "WindowsSupport.h" #include <shlobj.h> #undef max |

