EgtInterface 1.6n2 :

- aggiornamento per EgtIsMachiningNotEmpty sostutuita da EgtIsMachiningEmpty.
This commit is contained in:
Dario Sassi
2016-02-09 09:53:38 +00:00
parent 4e98343a07
commit e228588c05
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -796,9 +796,9 @@ __stdcall EgtGetMachiningParamDouble( int nType, double* pdVal)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtIsMachiningNotEmpty( void)
__stdcall EgtIsMachiningEmpty( void)
{
return ( ExeIsMachiningNotEmpty() ? TRUE : FALSE) ;
return ( ExeIsMachiningEmpty() ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------