EgtInterface 1.6e3 :

- corretto errore mancanza EgtOutLog.
This commit is contained in:
Dario Sassi
2015-05-07 07:03:16 +00:00
parent 8bc0e986b2
commit 98748bbac5
3 changed files with 7 additions and 2 deletions
+7
View File
@@ -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) ;
}