diff options
Diffstat (limited to 'plugins/AutoRun/src/stdafx.h')
-rw-r--r-- | plugins/AutoRun/src/stdafx.h | 15 |
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")
|