diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-09-18 20:41:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-09-18 20:41:59 +0000 |
commit | 9c90c39b2bf798892a48e13a252a930447a0c092 (patch) | |
tree | 3f35ec02e74fe328c43644560ae859b4f3cd4095 /plugins/!Deprecated/FirstRun/src/commonheaders.h | |
parent | db4e6bcb736ee6b602e471cbd91425bca9a005f1 (diff) |
FirstRun plugin moved to deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@10511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!Deprecated/FirstRun/src/commonheaders.h')
-rw-r--r-- | plugins/!Deprecated/FirstRun/src/commonheaders.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/!Deprecated/FirstRun/src/commonheaders.h b/plugins/!Deprecated/FirstRun/src/commonheaders.h new file mode 100644 index 0000000000..369f963af8 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/src/commonheaders.h @@ -0,0 +1,10 @@ +#define _CRT_SECURE_NO_WARNINGS
+
+#include <windows.h>
+
+#include <newpluginapi.h>
+#include <m_langpack.h>
+#include <m_protocols.h>
+#include <m_utils.h>
+
+#include "Version.h"
\ No newline at end of file |