EgtInterface 2.6l3 :

- aggiornamento interfaccia funzione EgtImport3MF.
This commit is contained in:
Dario Sassi
2024-12-17 10:24:40 +01:00
parent f426e04657
commit 9b30bdfdda
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -92,9 +92,9 @@ __stdcall EgtImportOff( const wchar_t* wsFilePath, double dScaleFactor)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImport3MF( const wchar_t* wsFilePath)
__stdcall EgtImport3MF( const wchar_t* wsFilePath, int nFlag)
{
return ( ExeImport3MF( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
return ( ExeImport3MF( wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------