diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 17:35:43 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 17:35:43 +0000 |
commit | 532c574af6a0ab2a44b0062b7b2176dde01eca40 (patch) | |
tree | 3cd8e47813027655f73c99372488445b50be47ff /FirstRun/commonheaders.h | |
parent | 42c9ab27dffe5edacb9a0aea641d0ab8db8c9cf7 (diff) |
added FirstRun
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@189 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'FirstRun/commonheaders.h')
-rw-r--r-- | FirstRun/commonheaders.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FirstRun/commonheaders.h b/FirstRun/commonheaders.h new file mode 100644 index 0000000..8fdd52a --- /dev/null +++ b/FirstRun/commonheaders.h @@ -0,0 +1,8 @@ +#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 |