|
From: <pa...@id...> - 2005-02-20 02:18:25
|
Andrew,
One more problem I`m afraid, the CVS version of ZThread.cpp has been
changed to call _getptd(), which from what I can tell was an internal CRT
function from VC6 that no longer exists, any ideas?
static HANDLE sCurrentThreadHANDLE()
{
if (_tiddata* theData = _getptd())
return theData->_thandle;
return 0;
}
Thanks,
Paul Nolan, CEO Idruna Software Inc.
http://www.idruna.com
|