diff --git a/API_General.cpp b/API_General.cpp index e3ce663..0af17b9 100644 --- a/API_General.cpp +++ b/API_General.cpp @@ -39,6 +39,13 @@ __stdcall EgtExit( void) return ( ExeExit() ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtSetOnTerminateProcess( pfOnTerminateProcess pFun) +{ + return ( ExeSetOnTerminateProcess( pFun) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtSetUserLevel( int nUserLev) diff --git a/EgtInterface.rc b/EgtInterface.rc index 9a9b0a4..eec7b88 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ