EgtInterface 1.6k7 :
- aggiunta interfaccia EgtGenerate.
This commit is contained in:
@@ -637,3 +637,10 @@ __stdcall EgtSimStop( void)
|
||||
{
|
||||
return ( ExeSimStop() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGenerate( const wchar_t* wsCncFile, const wchar_t* wsInfo)
|
||||
{
|
||||
return ( ExeGenerate( wstrztoA( wsCncFile), wstrztoA( wsInfo)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user