forked from OSchip/llvm-project
System/Windows: Use normalized case and include method.
llvm-svn: 118503
This commit is contained in:
parent
df929cf8df
commit
8daf3c00c9
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue