EgtInterface 1.6v6 :

- aggiornata interfaccia di EgtImportCnc.
This commit is contained in:
Dario Sassi
2016-10-26 16:06:41 +00:00
parent b85032e378
commit d5237e71eb
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ __stdcall EgtImportStl( const wchar_t* wsFilePath, double dScaleFactor)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtImportCnc( const wchar_t* wsFilePath)
__stdcall EgtImportCnc( const wchar_t* wsFilePath, int nFlag)
{
return ( ExeImportCnc( wstrztoA( wsFilePath)) ? TRUE : FALSE) ;
return ( ExeImportCnc( wstrztoA( wsFilePath), nFlag) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------