EgtInterface :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2015-11-09 10:30:13 +00:00
parent c1e7e96d9f
commit f3e94f5567
+2 -2
View File
@@ -57,9 +57,9 @@ __stdcall EgtImportCsf( const wchar_t* wsFilePath)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImportBtl( const wchar_t* wsFilePath, BOOL bFlatPos)
__stdcall EgtImportBtl( const wchar_t* wsFilePath, BOOL bFlatPos,BOOL bSpecialTrim)
{
return ( ExeImportBtl( wstrztoA( wsFilePath), ( bFlatPos != FALSE)) ? TRUE : FALSE) ;
return ( ExeImportBtl( wstrztoA( wsFilePath), ( bFlatPos != FALSE), ( bSpecialTrim != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------