diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index f4cb02e..d9a659c 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -1126,6 +1126,13 @@ __stdcall EgtGetOperationPhase( int nId) return ExeGetOperationPhase( nId) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtSetOperationName( int nId, const wchar_t* wsName) +{ + return ( ExeSetOperationName( nId, string( wstrztoA( wsName))) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtGetOperationName( int nId, wchar_t*& wsName) diff --git a/EgtInterface.rc b/EgtInterface.rc index 4dd8939..e2e5f9c 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ