EgtInterface :
- a EgtLuaExecFile aggiunto parametro bLogInfo.
This commit is contained in:
+2
-2
@@ -198,9 +198,9 @@ __stdcall EgtLuaExecLine( const wchar_t* wsLine)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtLuaExecFile( const wchar_t* wsFilePath)
|
||||
__stdcall EgtLuaExecFile( const wchar_t* wsFilePath, BOOL bLogInfo)
|
||||
{
|
||||
return ( ExeLuaExecFile( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
|
||||
return ( ExeLuaExecFile( wstrztoA( wsFilePath), bLogInfo != FALSE) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user