diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 17:55:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 17:55:45 +0000 |
commit | ddf12139a7acb89ae48bf22c4c2a0944922f0ae9 (patch) | |
tree | 9ea5bcaced2d521fb83d65f1aee8fe8677964367 /plugins/AutoRun/src/autorun.h | |
parent | 8f183d6896f9dc26c710d6fc805c3347a8822f83 (diff) |
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoRun/src/autorun.h')
-rw-r--r-- | plugins/AutoRun/src/autorun.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/AutoRun/src/autorun.h b/plugins/AutoRun/src/autorun.h index 31fb3c9065..a1ae3abd01 100644 --- a/plugins/AutoRun/src/autorun.h +++ b/plugins/AutoRun/src/autorun.h @@ -13,5 +13,3 @@ #define SUB_KEY _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")
#define ModuleName LPGEN("Autorun")
-
-HKEY ROOT_KEY = HKEY_CURRENT_USER;
|