EgtInterface :
- aggiornamento prototipi.
This commit is contained in:
@@ -898,3 +898,10 @@ __stdcall EgtSetAxisPos( const wchar_t* wsAxis, double dVal)
|
||||
{
|
||||
return ( ExeSetAxisPos( wstrztoA( wsAxis), dVal) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetMachineLook( int nFlag)
|
||||
{
|
||||
return ( ExeSetMachineLook( nFlag) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user