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 <s.somani@fincad.com> wrote:
> 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.