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:
@@ -18,7 +18,7 @@ extern "C" {
|
||||
#include <sys/syscall.h>
|
||||
}
|
||||
#elif BOOST_OS_WINDOWS
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
namespace boost {
|
||||
|
||||
Reference in New Issue
Block a user