commit | fa3bd28afb0468488b877d4649ac0c7c623059aa | [log] [tgz] |
---|---|---|
author | Martell Malone <martellmalone@gmail.com> | Thu May 25 22:37:15 2017 +0000 |
committer | Martell Malone <martellmalone@gmail.com> | Thu May 25 22:37:15 2017 +0000 |
tree | 025483fe01a362bfedf35a1bf99703738ff54e63 | |
parent | 1bc177fd5bef62dd3808841dd38735a0b06d1233 [diff] [blame] |
libcxx: fix bootstrapping for mingw-w64 Differential Revision: https://reviews.llvm.org/D33388 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@303928 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__threading_support b/include/__threading_support index 385fff3..afd7cb5 100644 --- a/include/__threading_support +++ b/include/__threading_support
@@ -27,7 +27,7 @@ # include <pthread.h> # include <sched.h> #elif defined(_LIBCPP_HAS_THREAD_API_WIN32) -#include <Windows.h> +#include <windows.h> #include <process.h> #include <fibersapi.h> #include <__undef_min_max>