diff options
Diffstat (limited to 'llvm/lib/Support/Windows/Windows.h')
| -rw-r--r-- | llvm/lib/Support/Windows/Windows.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Support/Windows/Windows.h b/llvm/lib/Support/Windows/Windows.h index 6e0b585b975..dfa4be3a154 100644 --- a/llvm/lib/Support/Windows/Windows.h +++ b/llvm/lib/Support/Windows/Windows.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> |

