2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-01-31 08:12:08 +00:00

Changed #include "Windows.h" to "windows.h" to fix cross-compilation

error with MinGW and Posix threads.
This commit is contained in:
Frédéric Bron
2017-07-12 13:52:02 +02:00
parent 3534849708
commit 990ef37b85

View File

@@ -18,7 +18,7 @@ extern "C" {
#include <sys/syscall.h>
}
#elif BOOST_OS_WINDOWS
#include <Windows.h>
#include <windows.h>
#endif
namespace boost {