EgtInterface 2.3h2 :
- aggiunta interfaccia per funzione EgtSetBtlAuxDir.
This commit is contained in:
@@ -27,6 +27,13 @@ __stdcall EgtGetFileType( const wchar_t* wsFilePath)
|
||||
return ExeGetFileType( wstrztoA( wsFilePath)) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetBtlAuxDir( const wchar_t* wsBtlAuxDir)
|
||||
{
|
||||
return ( ExeSetBtlAuxDir( wstrztoA( wsBtlAuxDir)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImportBtl( const wchar_t* wsFilePath, int nFlag)
|
||||
|
||||
Reference in New Issue
Block a user