EgtInterface 1.6n4 :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-02-15 07:46:05 +00:00
parent e228588c05
commit 0cc5b1b5fe
3 changed files with 94 additions and 3 deletions
+3 -3
View File
@@ -288,8 +288,8 @@ __stdcall EgtVerifyMachining( int nMchId, int* pnResult)
}
//-----------------------------------------------------------------------------
BOOL
int
__stdcall EgtVerifyCutAsSplitting( int nMchId)
{
return ( ExeVerifyCutAsSplitting( nMchId) ? TRUE : FALSE) ;
}
return ExeVerifyCutAsSplitting( nMchId) ;
}