Re: [boost] wchar_t problem in once.cpp

2002-12-19 Thread William E. Kempf
Martin Schuerch said: > 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

[boost] wchar_t problem in once.cpp

2002-12-19 Thread Martin Schuerch
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 _