summaryrefslogtreecommitdiff
path: root/plugins/Restart/src/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Restart/src/Common.h')
-rw-r--r--plugins/Restart/src/Common.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Restart/src/Common.h b/plugins/Restart/src/Common.h
new file mode 100644
index 0000000000..9a508effa5
--- /dev/null
+++ b/plugins/Restart/src/Common.h
@@ -0,0 +1,13 @@
+#define _CRT_SECURE_NO_WARNINGS
+#define WIN32_LEAN_AND_MEAN
+
+#include <windows.h>
+
+#include <newpluginapi.h>
+#include <m_langpack.h>
+#include <m_genmenu.h>
+#include <m_utils.h>
+#include <win2k.h>
+
+#include "resource.h"
+#include "Version.h"