From 26d02fb74dc188d98e327f87f32043c497e1d1d0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Apr 2013 19:08:54 +0000 Subject: standardization? good... git-svn-id: http://svn.miranda-ng.org/main/trunk@4458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoRun/src/stdafx.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/AutoRun/src/stdafx.h (limited to 'plugins/AutoRun/src/stdafx.h') 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 + +#include +#include +#include +#include +#include + +#include "resource.h" +#include "Version.h" + +#define SUB_KEY _T("Software\\Microsoft\\Windows\\CurrentVersion\\Run") +#define ModuleName LPGEN("Autorun") -- cgit v1.2.3