$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2007-11-02 09:09:38
David Deakins wrote:
> Just a small patch for the date_time library. WinCE does not supply the
> GetSystemTimeAsFileTime Win32 method. It does however supply the
> individual GetSystemTime and SystemTimeToFileTime methods. The config
> headers already define BOOST_NO_GETSYSTEMTIMEASFILETIME to flag this
> situation and the patch uses this define to mark when the alternate
> function calls should be substituted.
Same comment as for Boost.System. Wouldn't it be better to rely on
_WIN32_WCE to enable the workaround?
Thanks,
--Beman