EgtInterface 1.6t2 :
- aggiunte EgtSetInfoBool, EgtGetInfoBool.
This commit is contained in:
+2
-2
@@ -906,7 +906,7 @@ __stdcall EgtSetAllOperationsMode( BOOL bActive)
|
||||
BOOL
|
||||
__stdcall EgtSetOperationStatus( int nId, BOOL bShow)
|
||||
{
|
||||
return ( ExeSetOperationStatus( nId, bShow != FALSE) ? TRUE : FALSE) ;
|
||||
return ( ExeSetOperationStatus( nId, ( bShow != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -953,7 +953,7 @@ __stdcall EgtGetPhaseDisposition( int nPhase)
|
||||
BOOL
|
||||
__stdcall EgtSpecialApplyDisposition( int nId, BOOL bRecalc)
|
||||
{
|
||||
return ( ExeSpecialApplyDisposition( nId, bRecalc != FALSE) ? TRUE : FALSE) ;
|
||||
return ( ExeSpecialApplyDisposition( nId, ( bRecalc != FALSE)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user