diff options
Diffstat (limited to 'plugins/FirstRun/src/commonheaders.h')
-rw-r--r-- | plugins/FirstRun/src/commonheaders.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/FirstRun/src/commonheaders.h b/plugins/FirstRun/src/commonheaders.h new file mode 100644 index 0000000000..1839f53fc1 --- /dev/null +++ b/plugins/FirstRun/src/commonheaders.h @@ -0,0 +1,11 @@ +#define MIRANDA_VER 0x0A00
+#define _CRT_SECURE_NO_WARNINGS
+
+#include <windows.h>
+#include <newpluginapi.h>
+#include <m_langpack.h>
+#include <m_system.h>
+#include <m_protocols.h>
+#include <m_database.h>
+
+#define MIID_FIRSTRUN {0x49c2cf54, 0x7898, 0x44de, { 0xbe, 0x3a, 0x6d, 0x2e, 0x4e, 0xf9, 0x0, 0x79 }} //{49c2cf54-7898-44de-be3a-6d2e4ef90079}
\ No newline at end of file |