$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Carlo Wood (carlo_at_[hidden])
Date: 2004-08-23 09:07:18
On Mon, Aug 23, 2004 at 08:13:39AM -0400, Beman Dawes wrote:
> #if defined(BOOST_WINDOWS)
> // accept native Windows format paths
> ...
> #endif
>
> The #if needs to be changed to:
>
> #if defined(BOOST_WINDOWS) || defined(__CYGWIN__)
Just in one or a few places you mean?
Otherwise you might as well just define BOOST_POSIX.
-- Carlo Wood <carlo_at_[hidden]>