EgtInterface 3.1h2 :
- aggiunta interfaccia per funzione EgtSimShowVMill.
This commit is contained in:
@@ -1970,6 +1970,13 @@ __stdcall EgtSimSetUiStatus( int nUiStatus)
|
||||
return ( ExeSimSetUiStatus( nUiStatus) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSimShowVMill( BOOL bShow)
|
||||
{
|
||||
return ( ExeSimShowVMill( bShow != FALSE) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSimEnableToolTipTrace( BOOL bEnable)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user