EgtInterface 1.6v6 :
- aggiornata interfaccia di EgtImportCnc.
This commit is contained in:
+2
-2
@@ -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) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user