EgtInterface 1.8c8 :

- aggiunta funzione EgtUpdateSetup.
This commit is contained in:
Dario Sassi
2017-04-01 08:54:57 +00:00
parent b9453c588b
commit 7d5877d4c9
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -723,6 +723,13 @@ __stdcall EgtImportSetup( const wchar_t* wsName)
return (ExeImportSetup( wstrztoA( wsName)) ? TRUE : FALSE ) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtUpdateSetup( void)
{
return (ExeUpdateSetup() ? TRUE : FALSE ) ;
}
//-----------------------------------------------------------------------------
// Machinings DataBase
//-----------------------------------------------------------------------------