diff --git a/API_MachMgr.cpp b/API_MachMgr.cpp index 5a05e38..ee0ff48 100644 --- a/API_MachMgr.cpp +++ b/API_MachMgr.cpp @@ -232,6 +232,13 @@ __stdcall EgtVerifyRawPartPhase( int nRawId, int nPhase) return ( ExeVerifyRawPartPhase( nRawId, nPhase) ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtRemoveRawPartFromCurrPhase( int nRawId) +{ + return ( ExeRemoveRawPartFromCurrPhase( nRawId) ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtRemoveRawPart( int nRawId) diff --git a/EgtInterface.rc b/EgtInterface.rc index a7c29c1..ede9920 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ