EgtInterface 1.6e3 :
- corretto errore mancanza EgtOutLog.
This commit is contained in:
@@ -166,3 +166,10 @@ __stdcall EgtFreeMemory( void* pMem)
|
||||
free( pMem) ;
|
||||
return TRUE ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtOutLog( const wchar_t* wsMsg)
|
||||
{
|
||||
return ( ExeOutLog( wstrztoA( wsMsg)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user