$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [fiber] PR: Replace #include "Windows.h" by "windows.h"
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2017-07-13 04:50:37
> 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)?
Is ReFS case sensitive?
Maybe we could use lower case windows.h only if __MINGW32__ is defined?
Frédéric