System/Windows: Use normalized case and include method.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 9 Nov 2010 15:10:56 +0000 (15:10 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 9 Nov 2010 15:10:56 +0000 (15:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118503 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Win32/Win32.h

index 02ca9d380fcea79d57e86a3ce63c123cd3b23fbe..55ab3e7b2b8f833dbc971add0307afd3a5666c37 100644 (file)
@@ -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>