Skip to content

Commit 990514c

Browse files
committed
clangd: Change Windows.h to windows.h.
This makes the file more cross compilation friendly. llvm-svn: 358549
1 parent 0ebbf72 commit 990514c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clangd/Threading.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#elif defined(__APPLE__)
1111
#include <sys/resource.h>
1212
#elif defined (_WIN32)
13-
#include <Windows.h>
13+
#include <windows.h>
1414
#endif
1515

1616
namespace clang {

0 commit comments

Comments
 (0)