summaryrefslogtreecommitdiff
path: root/plugins/AutoRun/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-04-16 19:08:54 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-04-16 19:08:54 +0000
commit26d02fb74dc188d98e327f87f32043c497e1d1d0 (patch)
tree1fe9d6d73cc189bede893dfb1490e811c6df530b /plugins/AutoRun/src/stdafx.h
parent6f228bbb984f403d4e5484b506b6a85980f3a3ee (diff)
standardization? good...
git-svn-id: http://svn.miranda-ng.org/main/trunk@4458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoRun/src/stdafx.h')
-rw-r--r--plugins/AutoRun/src/stdafx.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/AutoRun/src/stdafx.h b/plugins/AutoRun/src/stdafx.h
new file mode 100644
index 0000000000..a1ae3abd01
--- /dev/null
+++ b/plugins/AutoRun/src/stdafx.h
@@ -0,0 +1,15 @@
+#define _CRT_SECURE_NO_WARNINGS
+
+#include <windows.h>
+
+#include <newpluginapi.h>
+#include <m_langpack.h>
+#include <m_options.h>
+#include <m_database.h>
+#include <win2k.h>
+
+#include "resource.h"
+#include "Version.h"
+
+#define SUB_KEY _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run")
+#define ModuleName LPGEN("Autorun")