summaryrefslogtreecommitdiff
path: root/plugins/NoHistory/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NoHistory/src/stdafx.h')
-rw-r--r--plugins/NoHistory/src/stdafx.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/NoHistory/src/stdafx.h b/plugins/NoHistory/src/stdafx.h
new file mode 100644
index 0000000000..5f2476a8aa
--- /dev/null
+++ b/plugins/NoHistory/src/stdafx.h
@@ -0,0 +1,33 @@
+#ifndef _COMMON_INC
+#define _COMMON_INC
+
+#include <windows.h>
+#include <commctrl.h>
+
+#include <win2k.h>
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_clist.h>
+#include <m_clc.h>
+#include <m_langpack.h>
+#include <m_protocols.h>
+#include <m_options.h>
+#include <m_message.h>
+#include <m_icolib.h>
+#include <m_extraicons.h>
+
+#include "resource.h"
+#include "icons.h"
+#include "options.h"
+#include "Version.h"
+
+#define MODULE "NoHistory"
+#define DBSETTING_REMOVE "RemoveHistory"
+
+extern HINSTANCE hInst;
+
+#endif
+
+void SrmmMenu_Load();
+
+