EgtInterface 2.3i2 :

- aggiunto prototipo per EgtChangeTable.
This commit is contained in:
DarioS
2021-09-13 15:51:20 +02:00
parent 547508e686
commit b45d4ae589
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -520,6 +520,13 @@ __stdcall EgtGetTableAreaOffset( int nInd, double ptMinOffs[3], double ptMaxOffs
return TRUE ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtChangeTable( const wchar_t* wsTable, BOOL bUpdateDisp)
{
return ( ExeChangeTable( wstrztoA( wsTable), ( bUpdateDisp != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtShowOnlyTable( BOOL bVal)