$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-05-24 04:21:39
Ross Smith wrote:
> Translation: assume equivalence to unsigned short on Windows, signed int
> on anything else. This falls down now because Cygwin's GCC defaults to
> -mno-win32 mode, in which _WIN32 isn't defined but wchar_t is still 16
> bits.
>
> The fix should be trivial:
Done (but with logic reversed)
Jens Maurer