EgtInterface 1.6v4 :
- aggiunta interfaccia per EgtInvertVector - EgtInvertCurve ora accetta un array di Id - corretto parametro di ritorno di EgtDeleteContext da int a BOOL.
This commit is contained in:
+2
-2
@@ -28,10 +28,10 @@ __stdcall EgtInitContext( void)
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
int
|
||||
BOOL
|
||||
__stdcall EgtDeleteContext( int nGseCtx)
|
||||
{
|
||||
return ExeDeleteContext( nGseCtx) ;
|
||||
return ( ExeDeleteContext( nGseCtx) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user