EgtInterface :
- aggiornamenti.
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)
|
||||
__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) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user