20 Mar
2007
20 Mar
'07
1:44 p.m.
Thanks. I hate including windows.h. Makes my nice non-language-extension-using build go flop. I guess I should just give up the fight!
-----Original Message-----
From: boost-users-bounces@lists.boost.org on behalf of Olaf van der Spek
Sent: Tue 3/20/2007 1:02 AM
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] [asio] Compilation requirements
On 3/20/07, Sohail Somani
Hi,
Is asio is a header-only library? If so, what are the requirements for
Not anymore.
compilation? If you are using Visual C++ with /Za (language extensions disabled), that will cause problems if you include windows.h.
You should first include asio, then windows.h IIRC.