summaryrefslogtreecommitdiff
path: root/plugins/PasteIt/src/stdafx.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-23 12:21:37 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-23 12:21:37 +0000
commit7a8e3055b162b2572152ed951ebcefd60182edbc (patch)
tree415d5bc98ce406df04f8e9b19de99a10e1c275a1 /plugins/PasteIt/src/stdafx.h
parent177c84716db384c8be095219c58d0a68f87101fe (diff)
PasteIt, PopUp, ProfileManager: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PasteIt/src/stdafx.h')
-rw-r--r--plugins/PasteIt/src/stdafx.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/plugins/PasteIt/src/stdafx.h b/plugins/PasteIt/src/stdafx.h
new file mode 100644
index 0000000000..2be1eff36d
--- /dev/null
+++ b/plugins/PasteIt/src/stdafx.h
@@ -0,0 +1,42 @@
+// 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 0x0A00
+
+#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 "m_msg_buttonsbar.h"