From 92a88657cd12d0307d7d63e3adb1f0ce8c91d4d9 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 10 Feb 2017 19:06:26 +0000 Subject: [PATCH] Include : - aggiornamento. --- EInAPI.h | 1 + EXeExecutor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/EInAPI.h b/EInAPI.h index fad0ce3..b364b6c 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -39,6 +39,7 @@ EIN_EXPORT BOOL __stdcall EgtSetFont( const wchar_t* wsNfeFontDir, const wchar_t 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 EgtSetCommandLogger( const wchar_t* wsLogFile) ; EIN_EXPORT void __stdcall EgtEnableCommandLogger( void) ; EIN_EXPORT void __stdcall EgtDisableCommandLogger( void) ; diff --git a/EXeExecutor.h b/EXeExecutor.h index d7f3c18..36be5ab 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -41,6 +41,7 @@ EXE_EXPORT bool ExeSetFont( const std::string& sNfeFontDir, const std::string& s EXE_EXPORT bool ExeGetNfeFontDir( std::string& sNfeFontDir) ; EXE_EXPORT bool ExeGetDefaultFont( std::string& sDefaultFont) ; EXE_EXPORT bool ExeSetLuaLibs( const std::string& sLuaLibsDir) ; +EXE_EXPORT bool ExeSetIniFile( const std::string& sIniFile) ; EXE_EXPORT bool ExeSetCommandLogger( const std::string& sLogFile) ; EXE_EXPORT bool ExeEnableCommandLogger( void) ; EXE_EXPORT bool ExeDisableCommandLogger( void) ;