diff --git a/API_Exchange.cpp b/API_Exchange.cpp index 812520f..8984e90 100644 --- a/API_Exchange.cpp +++ b/API_Exchange.cpp @@ -106,9 +106,9 @@ __stdcall EgtAdvancedImportIsEnabled( void) //----------------------------------------------------------------------------- BOOL -__stdcall EgtAdvancedImport( const wchar_t* wsFilePath, double dLinToler) +__stdcall EgtAdvancedImport( const wchar_t* wsFilePath, double dLinToler, int nFlag) { - return ( ExeAdvancedImport( wstrztoA( wsFilePath), dLinToler) ? TRUE : FALSE) ; + return ( ExeAdvancedImport( wstrztoA( wsFilePath), dLinToler, nFlag) ? TRUE : FALSE) ; } //-----------------------------------------------------------------------------