diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-09 15:10:56 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-09 15:10:56 +0000 |
commit | 8daf3c00c96c163d508124606561e6dcdbf12ab2 (patch) | |
tree | 43650b74bc9b667c0256889e270025d5cb4479ef /llvm/lib/System | |
parent | df929cf8dfe8968b111262569644d46aa4b533c3 (diff) | |
download | bcm5719-llvm-8daf3c00c96c163d508124606561e6dcdbf12ab2.tar.gz bcm5719-llvm-8daf3c00c96c163d508124606561e6dcdbf12ab2.zip |
System/Windows: Use normalized case and include method.
llvm-svn: 118503
Diffstat (limited to 'llvm/lib/System')
-rw-r--r-- | llvm/lib/System/Win32/Win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Win32.h b/llvm/lib/System/Win32/Win32.h index 02ca9d380fc..55ab3e7b2b8 100644 --- a/llvm/lib/System/Win32/Win32.h +++ b/llvm/lib/System/Win32/Win32.h @@ -20,7 +20,7 @@ #define _WIN32_WINNT 0x0500 #include "llvm/Config/config.h" // Get build system configuration settings -#include "windows.h" +#include <Windows.h> #include <cassert> #include <string> |