summaryrefslogtreecommitdiff
path: root/plugins/AutoRun/src/stdafx.h
blob: dfafa2cbdd6db6bd37deaa58abd61a7217b5ea3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once

#include <windows.h>

#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_options.h>
#include <m_database.h>

#include "resource.h"
#include "version.h"

#define SUB_KEY L"Software\\Microsoft\\Windows\\CurrentVersion\\Run"

#define MODULENAME LPGEN("Autorun")

struct CMPlugin : public PLUGIN<CMPlugin>
{
	CMPlugin();

	int Load() override;
};