EgtInterface 1.6x6 :

- aggiunta funzione EgtGetHeadExitCount.
This commit is contained in:
Dario Sassi
2017-01-11 17:18:12 +00:00
parent 1a33d2288d
commit 998ca87697
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -1407,6 +1407,13 @@ __stdcall EgtGetHeadId( const wchar_t* wsHead)
return ExeGetHeadId( wstrztoA( wsHead)) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtGetHeadExitCount( const wchar_t* wsHead)
{
return ExeGetHeadExitCount( wstrztoA( wsHead)) ;
}
//-----------------------------------------------------------------------------
// Machine Calc
//-----------------------------------------------------------------------------