summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-07-02 08:36:04 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-07-02 08:36:04 +0000
commit960bb20ccd3c375bcfc8b642fcbe89feaf143b22 (patch)
tree4fb859975861780dfc932e19513d9efd139924b1 /plugins/PasteIt/stdafx.h
parent61930b2a3c3fcbd8f40284ac77902806b2b3b493 (diff)
only add PasteIt, not adapted
git-svn-id: http://svn.miranda-ng.org/main/trunk@712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/stdafx.h')
-rw-r--r--plugins/PasteIt/stdafx.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/plugins/PasteIt/stdafx.h b/plugins/PasteIt/stdafx.h
new file mode 100644
index 0000000000..0089cbb943
--- /dev/null
+++ b/plugins/PasteIt/stdafx.h
@@ -0,0 +1,44 @@
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#pragma once
+
+#include "targetver.h"
+
+#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+// Windows Header Files:
+#include <windows.h>
+#include <winsock.h>
+#include <Shlobj.h>
+#include <commdlg.h>
+#include <windowsx.h>
+#include <time.h>
+
+#include <tchar.h>
+#include <string>
+#include <map>
+#include <list>
+
+#define MIRANDA_VER 0x0700
+#define MIRANDA_CUSTOM_LP
+
+#include <newpluginapi.h>
+#include <m_clist.h>
+#include <m_skin.h>
+#include <m_langpack.h>
+#include <m_system.h>
+#include <m_utils.h>
+#include <m_netlib.h>
+#include <m_xml.h>
+#include <m_message.h>
+#include <m_protosvc.h>
+#include <m_icolib.h>
+#include <m_options.h>
+#include <m_database.h>
+#include <m_chat.h>
+#include <m_protoint.h>
+
+#include "sdk/m_msg_buttonsbar.h"
+#include "sdk/m_updater.h"