EgtInterface 1.8b6 :
- aggiunta EgtSetMainWindowHandle.
This commit is contained in:
@@ -250,3 +250,10 @@ __stdcall EgtSetOutText( pfOutTextW pFun)
|
||||
s_pFunOutText = pFun ;
|
||||
return ( ExeSetOutText( (( pFun != nullptr) ? MyOutText : nullptr)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetMainWindowHandle( HWND hMainWnd)
|
||||
{
|
||||
return ( ExeSetMainWindowHandle( hMainWnd) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user