aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Win32/Win32.h')
-rw-r--r--lib/System/Win32/Win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/Win32/Win32.h b/lib/System/Win32/Win32.h
index 00a7e75fc2..48019dd82f 100644
--- a/lib/System/Win32/Win32.h
+++ b/lib/System/Win32/Win32.h
@@ -22,8 +22,8 @@
#define WIN32_LEAN_AND_MEAN
#include "llvm/Config/config.h" // Get build system configuration settings
-#include <Windows.h>
-#include <ShlObj.h>
+#include <windows.h>
+#include <shlobj.h>
#include <cassert>
#include <string>