Include :

- modifiche per chiave di protezione.
This commit is contained in:
Dario Sassi
2014-09-15 07:06:04 +00:00
parent dacb205b73
commit 65ffe82e74
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ extern "C" {
// General
EIN_EXPORT BOOL __stdcall EgtInit( int nDebug, const wchar_t* sLogFile) ;
EIN_EXPORT BOOL __stdcall EgtExit( void) ;
EIN_EXPORT BOOL __stdcall EgtSetKey( const wchar_t* sKey) ;
EIN_EXPORT BOOL __stdcall EgtSetFont( const wchar_t* sNfeFontDir, const wchar_t* sDefaultFont) ;
EIN_EXPORT BOOL __stdcall EgtFreeMemory( void* pMem) ;