EgtInterface 1.6k7 :

- aggiunta interfaccia EgtGenerate.
This commit is contained in:
Dario Sassi
2015-11-19 07:37:26 +00:00
parent 1e6ca0f7cf
commit 6a0276ac79
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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) ;
}