EgtInterface 1.8j7 :
- modifiche per import bTL.
This commit is contained in:
+2
-2
@@ -57,9 +57,9 @@ __stdcall EgtImportCsf( const wchar_t* wsFilePath)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtImportBtl( const wchar_t* wsFilePath, BOOL bFlatPos,BOOL bSpecialTrim)
|
||||
__stdcall EgtImportBtl( const wchar_t* wsFilePath, int nFlag)
|
||||
{
|
||||
return ( ExeImportBtl( wstrztoA( wsFilePath), ( bFlatPos != FALSE), ( bSpecialTrim != FALSE)) ? TRUE : FALSE) ;
|
||||
return ( ExeImportBtl( wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user