EgtInterface 1.6t2 :

- aggiunte EgtSetInfoBool, EgtGetInfoBool.
This commit is contained in:
Dario Sassi
2016-08-06 19:17:41 +00:00
parent 863af59651
commit 2a149990be
5 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ BOOL
__stdcall EgtPackBox( int nId, double dXmin, double dYmin,
double dXmax, double dYmax, double dOffs, BOOL bBottomUp)
{
return ( ExePackBox( nId, dXmin, dYmin, dXmax, dYmax, dOffs, bBottomUp != FALSE) ? TRUE : FALSE) ;
return ( ExePackBox( nId, dXmin, dYmin, dXmax, dYmax, dOffs, ( bBottomUp != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------