diff --git a/API_Exchange.cpp b/API_Exchange.cpp index c5cdba8..0a4921c 100644 --- a/API_Exchange.cpp +++ b/API_Exchange.cpp @@ -77,9 +77,9 @@ __stdcall EgtAdvancedImportIsEnabled( void) //----------------------------------------------------------------------------- BOOL -__stdcall EgtAdvancedImport( const wchar_t* wsFilePath) +__stdcall EgtAdvancedImport( const wchar_t* wsFilePath, double dLinToler) { - return ( ExeAdvancedImport( wstrztoA( wsFilePath)) ? TRUE : FALSE) ; + return ( ExeAdvancedImport( wstrztoA( wsFilePath), dLinToler) ? TRUE : FALSE) ; } //----------------------------------------------------------------------------- diff --git a/EgtInterface.rc b/EgtInterface.rc index 92b7e91..e0b7849 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ