EgtInterface :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2016-01-18 16:34:27 +00:00
parent 80a6f8fc0f
commit d331042a53
+7
View File
@@ -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) ;
}