diff --git a/API_Exchange.cpp b/API_Exchange.cpp index 615d28f..0990630 100644 --- a/API_Exchange.cpp +++ b/API_Exchange.cpp @@ -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) ; } //----------------------------------------------------------------------------- diff --git a/EgtInterface.rc b/EgtInterface.rc index 7440aa5..7f682d7 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ