$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-07-10 06:48:10
> Two minor changes for WinCE compatibility, to be used by Boost.Threads.
> I can commit the changes myself, but didn't want to mess with the config
> files without bringing it up here first.
Please do go ahead, it might be best to use:
+#if _MSC_VER < 1300 // 1200 == VC++ 6.0, 1201 == EVC4.2
In case there are any further updates to EVC++.
John.