From 6d99092c13cadd87fd123590fd29006d04648a2c Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Tue, 9 Nov 2010 15:10:56 +0000 Subject: [PATCH] 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 --- lib/System/Win32/Win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/System/Win32/Win32.h b/lib/System/Win32/Win32.h index 02ca9d380fc..55ab3e7b2b8 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 #include #include -- 2.34.1