diff options
Diffstat (limited to 'plugins/AutoRun/src/stdafx.h')
-rw-r--r-- | plugins/AutoRun/src/stdafx.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/AutoRun/src/stdafx.h b/plugins/AutoRun/src/stdafx.h index b78b19de2b..1536fb686b 100644 --- a/plugins/AutoRun/src/stdafx.h +++ b/plugins/AutoRun/src/stdafx.h @@ -12,11 +12,10 @@ #include "version.h"
#define SUB_KEY L"Software\\Microsoft\\Windows\\CurrentVersion\\Run"
-#define ModuleName LPGEN("Autorun")
+
+#define MODULENAME LPGEN("Autorun")
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>(ModuleName)
- {}
+ CMPlugin();
};
|