diff options
Diffstat (limited to 'plugins/AutoRun/src/autorun.h')
-rw-r--r-- | plugins/AutoRun/src/autorun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AutoRun/src/autorun.h b/plugins/AutoRun/src/autorun.h index c6e9a9d724..31fb3c9065 100644 --- a/plugins/AutoRun/src/autorun.h +++ b/plugins/AutoRun/src/autorun.h @@ -12,6 +12,6 @@ #include "Version.h"
#define SUB_KEY _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")
-#define ModuleName "Autorun"
+#define ModuleName LPGEN("Autorun")
HKEY ROOT_KEY = HKEY_CURRENT_USER;
|