EgtExecutor.rc 1.6e3 :

- sistemata ExeOutLog (era rimasta EgtOutLog)
- passato indice context a MachMgr
- aggiunta LuaInstallEgtFunctions.
This commit is contained in:
Dario Sassi
2015-05-07 07:02:38 +00:00
parent 966885645e
commit a754d1b1af
5 changed files with 9 additions and 8 deletions
+3 -3
View File
@@ -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) ;
}