clangd: Change Windows.h to windows.h.

This makes the file more cross compilation friendly.

llvm-svn: 358549
This commit is contained in:
Peter Collingbourne 2019-04-17 03:02:18 +00:00
parent 0ebbf72a63
commit 990514cec8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#elif defined(__APPLE__)
#include <sys/resource.h>
#elif defined (_WIN32)
#include <Windows.h>
#include <windows.h>
#endif
namespace clang {