EgtInterface 2.3i2 :
- aggiunto prototipo per EgtChangeTable.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user