summaryrefslogtreecommitdiff
path: root/plugins/AssocMgr/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AssocMgr/src/stdafx.h')
-rw-r--r--plugins/AssocMgr/src/stdafx.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/AssocMgr/src/stdafx.h b/plugins/AssocMgr/src/stdafx.h
index 08009fb652..b68cbfd6db 100644
--- a/plugins/AssocMgr/src/stdafx.h
+++ b/plugins/AssocMgr/src/stdafx.h
@@ -29,8 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define DELAYIMP_INSECURE_WRITABLE_HOOKS
#include <delayimp.h>
-#define __NO_CMPLUGIN_NEEDED
-
#include <newpluginapi.h>
#include <m_database.h>
#include <m_langpack.h>
@@ -46,3 +44,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "dde.h"
#include "resource.h"
#include "version.h"
+
+struct CMPlugin : public PLUGIN<CMPlugin>
+{
+ CMPlugin() :
+ PLUGIN<CMPlugin>("AssocMgr")
+ {}
+}; \ No newline at end of file