clangd: Change Windows.h to windows.h.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 17 Apr 2019 03:02:18 +0000 (03:02 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 17 Apr 2019 03:02:18 +0000 (03:02 +0000)
This makes the file more cross compilation friendly.

llvm-svn: 358549

clang-tools-extra/clangd/Threading.cpp

index 733267c..75b691b 100644 (file)
@@ -10,7 +10,7 @@
 #elif defined(__APPLE__)
 #include <sys/resource.h>
 #elif defined (_WIN32)
-#include <Windows.h>
+#include <windows.h>
 #endif
 
 namespace clang {