EgtInterface 1.6x6 :
- aggiunta funzione EgtGetHeadExitCount.
This commit is contained in:
@@ -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
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user