$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess] compilation errors when BOOST_USE_WINDOWS_H is defined
From: Adam Merz (adammerz_at_[hidden])
Date: 2009-11-16 00:47:40
Also, when BOOST_USE_WINDOWS_H isn't defined, the signature for
FileTimeToLocalFileTime is wrong -- the 2nd parameter (out) should not be const.
This affects FileTimeToLocalFileTime's wrapper, file_time_to_local_file_time,
also.