EgtInterface 3.1h2 :

- aggiunta interfaccia per funzione EgtSimShowVMill.
This commit is contained in:
Dario Sassi
2026-08-13 18:14:19 +02:00
parent 3a12f5943a
commit cd258a02fc
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)
BIN
View File
Binary file not shown.