EgtInterface 2.3h2 :

- aggiunta interfaccia per funzione EgtSetBtlAuxDir.
This commit is contained in:
DarioS
2021-08-28 12:11:38 +02:00
parent 95559150ba
commit bc25fdb974
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)