EgtInterface 1.5i3 :
- modifiche per controllo chiave di protezione.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user