diff options
Diffstat (limited to 'plugins/AutoRun/src/autorun.h')
-rw-r--r-- | plugins/AutoRun/src/autorun.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/AutoRun/src/autorun.h b/plugins/AutoRun/src/autorun.h index 36d951cff0..14df1c4349 100644 --- a/plugins/AutoRun/src/autorun.h +++ b/plugins/AutoRun/src/autorun.h @@ -15,10 +15,4 @@ #define SUB_KEY _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")
#define ModuleName "Autorun"
-// Plugin UUID for New plugin loader
-// req. 0.7.18+ core
-// {EB0465E2-CEEE-11DB-83EF-C1BF55D89593}
-
-#define MIID_AUTORUN {0xeb0465e2, 0xceee, 0x11db, { 0x83, 0xef, 0xc1, 0xbf, 0x55, 0xd8, 0x95, 0x93}}
-
HKEY ROOT_KEY = HKEY_CURRENT_USER;
|