EgtInterface :

- aggiunta funzione EgtResetHeadSet.
This commit is contained in:
Dario Sassi
2016-03-16 11:12:52 +00:00
parent 0da9e35c93
commit 46bc4842ff
+7
View File
@@ -1120,6 +1120,13 @@ __stdcall EgtLoadTool( const wchar_t* wsHead, int nExit, const wchar_t* wsTool)
return ( ExeLoadTool( wstrztoA( wsHead), nExit, wstrztoA( wsTool)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtResetHeadSet( const wchar_t* wsHead)
{
return ( ExeResetHeadSet( wstrztoA( wsHead)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetMachineLook( int nFlag)