$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] mingw and windows.h
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2018-01-18 07:48:56
Le 17.01.18 à 21:39, Marcel Raad via Boost a écrit :
> Hi Raffi,
>
>> [snip]
>
> original MinGW is missing that define (and many more) completely, it should be in wincon.h:
> https://sourceforge.net/p/mingw/mingw-org-wsl/ci/5.1-trunk/tree/w32api/include/wincon.h
>
> MinGW-w64 has it.
>
> Marcel
Thanks for the reply. I did not know that mingw was mimicking platform
headers. I guess that using the macro __MINGW32__ is the way to fix
those issues, right?
Thanks,
Raffi