EgtInterface 1.8j7 :

- modifiche per import bTL.
This commit is contained in:
Dario Sassi
2017-11-06 07:45:23 +00:00
parent 7ea6b12439
commit adb3ebb8e2
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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) ;
}
//-----------------------------------------------------------------------------
BIN
View File
Binary file not shown.