EgtInterface 1.6l2 :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2015-12-15 14:54:20 +00:00
parent 5a68839989
commit 4680b6fe8b
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -642,6 +642,13 @@ __stdcall EgtMdbGetMachiningDir( wchar_t*& wsMchDir)
//-----------------------------------------------------------------------------
// Operations
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtRemoveOperation( int nId)
{
return ( ExeRemoveOperation( nId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtRemoveAllOperations( void)