$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-01-09 11:48:42
> I happened to use ":sys:stat.h" as the regression test case, and it
> still threw. Turns out the error code is ERROR_INVALID_NAME for
> "tools/build/jam_src/:sys:stat.h", but ERROR_INVALID_PARAMETER for
> ":sys:stat.h".
Oh, I knew Win32 error codes were messed up, but that's just crazy!
> Both cases fixed in CVS.
Thanks!
John.