EgtInterface 2.2b4 :

- cambiata EgtUpdateSetup in EgtUpdateCurrSetup
- aggiunta EgtEraseCurrSetup.
This commit is contained in:
Dario Sassi
2020-02-20 11:28:20 +00:00
parent 6893cf5bcd
commit abe152f986
2 changed files with 9 additions and 2 deletions
+9 -2
View File
@@ -832,9 +832,16 @@ __stdcall EgtImportSetup( const wchar_t* wsName)
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtUpdateSetup( void)
__stdcall EgtUpdateCurrSetup( void)
{
return (ExeUpdateSetup() ? TRUE : FALSE ) ;
return (ExeUpdateCurrSetup() ? TRUE : FALSE ) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtEraseCurrSetup( void)
{
return (ExeEraseCurrSetup() ? TRUE : FALSE ) ;
}
//-----------------------------------------------------------------------------
BIN
View File
Binary file not shown.