EgtInterface 1.5i3 :

- modifiche per controllo chiave di protezione.
This commit is contained in:
Dario Sassi
2014-09-15 07:05:15 +00:00
parent 2fce436ae7
commit 7ff53dc0d7
5 changed files with 15 additions and 5 deletions
+8
View File
@@ -85,6 +85,14 @@ __stdcall EgtExit( void)
return TRUE ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetKey( const wchar_t* sKey)
{
SetEGkKey( LPSTR( WtoA( sKey))) ;
return TRUE ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetFont( const wchar_t* sNfeFontDir, const wchar_t* sDefaultFont)