diff --git a/API_General.cpp b/API_General.cpp index ceedf09..cff80d5 100644 --- a/API_General.cpp +++ b/API_General.cpp @@ -86,6 +86,13 @@ __stdcall EgtSetLuaLibs( const wchar_t* wsLuaLibsDir) return ( ExeSetLuaLibs( wstrztoA( wsLuaLibsDir)) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtSetIniFile( const wchar_t* wsIniFile) +{ + return ( ExeSetIniFile( wstrztoA( wsIniFile)) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtSetCommandLogger( const wchar_t* wsLogFile) diff --git a/EgtInterface.rc b/EgtInterface.rc index be90d18..02ded4e 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ