EgtInterface 2.2b4 :
- cambiata EgtUpdateSetup in EgtUpdateCurrSetup - aggiunta EgtEraseCurrSetup.
This commit is contained in:
+9
-2
@@ -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 ) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user