$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [winapi] Problem with the latest clang on Windows
From: Peter Dimov (lists_at_[hidden])
Date: 2015-06-07 19:21:07
Gavin Lambert wrote:
> Any user application is almost guaranteed to #include <windows.h> at some
> point...
Not in every .cpp file. Any portable application isolates its <windows.h>
use to a few Windows-specific files, but even non-portable applications have
been known to do that. Not everyone appreciates if you #include <windows.h>
in a public header.