Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2018-06-23 11:21:10 +00:00
parent abba87f54c
commit 532bbd070a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ EIN_EXPORT BOOL __stdcall EgtGetNfeFontDir( wchar_t*& wsNfeFontDir) ;
EIN_EXPORT BOOL __stdcall EgtGetDefaultFont( wchar_t*& wsDefaultFont) ;
EIN_EXPORT BOOL __stdcall EgtSetLuaLibs( const wchar_t* wsLuaLibsDir) ;
EIN_EXPORT BOOL __stdcall EgtSetIniFile( const wchar_t* wsIniFile) ;
EIN_EXPORT BOOL __stdcall EgtGetIniFile( wchar_t*& wsIniFile) ;
EIN_EXPORT BOOL __stdcall EgtSetCommandLogger( const wchar_t* wsLogFile) ;
EIN_EXPORT void __stdcall EgtEnableCommandLogger( void) ;
EIN_EXPORT void __stdcall EgtDisableCommandLogger( void) ;