Index: Copy Handler/COPY HANDLER.cpp =================================================================== diff -u -r3e1186252ab31f63d86d86c4b0ff593cfffbefde -r7d997aef1e72f049ed1bc199e1b765d737d9963a --- Copy Handler/COPY HANDLER.cpp (.../COPY HANDLER.cpp) (revision 3e1186252ab31f63d86d86c4b0ff593cfffbefde) +++ Copy Handler/COPY HANDLER.cpp (.../COPY HANDLER.cpp) (revision 7d997aef1e72f049ed1bc199e1b765d737d9963a) @@ -23,11 +23,15 @@ #include "CfgProperties.h" #include "MainWnd.h" -#include "..\common\CHPluginCore.h" +#include "PluginCore.h" #include "..\common\ipcstructs.h" #ifdef _DEBUG #define new DEBUG_NEW +#endif + +#ifdef _DEBUG +#define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif @@ -200,12 +204,6 @@ if (g_pscsShared == NULL) return FALSE; -#ifdef _AFXDLL - Enable3dControls(); // Call this when using MFC in a shared DLL -#else - Enable3dControlsStatic(); // Call this when linking to MFC statically -#endif - // load configuration m_cfgManager.SetCallback((PFNNOTIFYCALLBACK)MainRouter); TCHAR szPath[_MAX_PATH];