$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Schuerch (mschuerch_at_[hidden])
Date: 2002-12-19 11:47:51
Hi
The file once.cpp from the repository (state yesterday) does not compile
under VC7 with unicode strings (TCHAR = wchar_t).
The following patch helps:
line 125: CreateMutex -> CreateMutexA
There are propably other places with the same problem not compiled with my
PP settings.
Martin