Index: Copy Handler/COPY HANDLER.cpp =================================================================== diff -u -N -r3e1186252ab31f63d86d86c4b0ff593cfffbefde -r125baa60fb7ffbffa0a3b81802f1164f5123e919 --- Copy Handler/COPY HANDLER.cpp (.../COPY HANDLER.cpp) (revision 3e1186252ab31f63d86d86c4b0ff593cfffbefde) +++ Copy Handler/COPY HANDLER.cpp (.../COPY HANDLER.cpp) (revision 125baa60fb7ffbffa0a3b81802f1164f5123e919) @@ -23,7 +23,7 @@ #include "CfgProperties.h" #include "MainWnd.h" -#include "..\common\CHPluginCore.h" +#include "PluginCore.h" #include "..\common\ipcstructs.h" #ifdef _DEBUG @@ -200,12 +200,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];