summaryrefslogtreecommitdiff
path: root/lib/System
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-09 15:10:56 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-09 15:10:56 +0000
commit6d99092c13cadd87fd123590fd29006d04648a2c (patch)
treeb31ec7c9719b8d8ffe60fdd103b4618cf38999c5 /lib/System
parent87e0697a46ad214be0d8fce0955494f4085de95a (diff)
downloadllvm-6d99092c13cadd87fd123590fd29006d04648a2c.tar.gz
llvm-6d99092c13cadd87fd123590fd29006d04648a2c.tar.bz2
llvm-6d99092c13cadd87fd123590fd29006d04648a2c.tar.xz
System/Windows: Use normalized case and include method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/Win32/Win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Win32/Win32.h b/lib/System/Win32/Win32.h
index 02ca9d380f..55ab3e7b2b 100644
--- a/lib/System/Win32/Win32.h
+++ b/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>