EgtInterface 2.2l2 :
- aggiunta interfaccia per EgtImportBtlx.
This commit is contained in:
@@ -34,6 +34,13 @@ __stdcall EgtImportBtl( const wchar_t* wsFilePath, int nFlag)
|
||||
return ( ExeImportBtl( wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImportBtlx( const wchar_t* wsFilePath, int nFlag)
|
||||
{
|
||||
return ( ExeImportBtlx( wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImportCnc( const wchar_t* wsFilePath, int nFlag)
|
||||
|
||||
Reference in New Issue
Block a user