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/main.cpp | |
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/main.cpp')
-rw-r--r-- | plugins/AutoRun/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AutoRun/src/main.cpp b/plugins/AutoRun/src/main.cpp index f33a164dd0..3053853734 100644 --- a/plugins/AutoRun/src/main.cpp +++ b/plugins/AutoRun/src/main.cpp @@ -2,6 +2,7 @@ HINSTANCE hInst;
int hLangpack;
+HKEY ROOT_KEY = HKEY_CURRENT_USER;
PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
|