EgtExecutor.rc 1.6e3 :
- sistemata ExeOutLog (era rimasta EgtOutLog) - passato indice context a MachMgr - aggiunta LuaInstallEgtFunctions.
This commit is contained in:
+3
-3
@@ -266,10 +266,10 @@ ExeGetMemoryInfo( string& sMem)
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtOutLog( const wchar_t* sMsg)
|
||||
bool
|
||||
ExeOutLog( const string& sMsg)
|
||||
{
|
||||
LOG_INFO( s_pGenLog, LPSTR( WtoA( sMsg)))
|
||||
LOG_INFO( s_pGenLog, sMsg.c_str())
|
||||
return ( s_pGenLog != nullptr) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user