[fiber] PR: Replace #include "Windows.h" by "windows.h"
Hi, A #include "Windows.h" causes troubles when cross-compiling on Linux in C++14 mode with MinGW-W64 with Posix threads. Can we change it to "windows.h"? Here is a PR: https://github.com/boostorg/fiber/pull/134 Thanks, Frédéric
On 12 July 2017 at 13:55, Frédéric Bron via Boost
Hi, A #include "Windows.h" causes troubles when cross-compiling on Linux in C++14 mode with MinGW-W64 with Posix threads.
Can we change it to "windows.h"?
The file installed by Visual Studio/Windows Kit *is* called "Windows.h" (has always been). How does this fare on a system with ReFS (I couldn't find anything regarding this)? degski -- "*Ihre sogenannte Religion wirkt bloß wie ein Opiat reizend, betäubend, Schmerzen aus Schwäche stillend.*" - Novalis 1798
participants (2)
-
degski
-
Frédéric Bron