diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-11 09:56:50 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-11 09:56:50 +0000 |
commit | f0f9d66487adef5eefcf7483c4e4b47fd06b6048 (patch) | |
tree | 546b1a1e59ee2ed8703940f2801fd462ac2ae843 /plugins/AutoRun/src/autorun.h | |
parent | 3c674975575148431f62b0db6ac20b55bccf21f0 (diff) |
AutoRun
added version.rc
git-svn-id: http://svn.miranda-ng.org/main/trunk@1870 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoRun/src/autorun.h')
-rw-r--r-- | plugins/AutoRun/src/autorun.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AutoRun/src/autorun.h b/plugins/AutoRun/src/autorun.h index 4d0900fcf0..36d951cff0 100644 --- a/plugins/AutoRun/src/autorun.h +++ b/plugins/AutoRun/src/autorun.h @@ -10,6 +10,7 @@ #include <win2k.h>
#include "resource.h"
+#include "Version.h"
#define SUB_KEY _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")
#define ModuleName "Autorun"
|