
6 Nov
2007
6 Nov
'07
11:01 a.m.
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.
Just wanted to make sure that this patch doesn't fall off the radar. Since Boost.Threads depends on DateTime, I can't fully verify that the WinCE-related fixes allow its regression tests to pass until this patch is in place. Thanks, -Dave