From f3e94f5567bfe8bd21fc5cbb4dd6ffd790eeb279 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 9 Nov 2015 10:30:13 +0000 Subject: [PATCH] EgtInterface : - aggiornamenti. --- API_Exchange.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API_Exchange.cpp b/API_Exchange.cpp index 88f568e..6f67ee0 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) +__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) ; } //-----------------------------------------------------------------------------