summaryrefslogtreecommitdiff
path: root/MirOTR/stdafx.h
diff options
context:
space:
mode:
authorNvinside <Nvinside@eced67a3-f377-a0ae-92ae-d6de1850b05a>2011-07-04 23:19:30 +0000
committerNvinside <Nvinside@eced67a3-f377-a0ae-92ae-d6de1850b05a>2011-07-04 23:19:30 +0000
commit730ca7df52f2d5bec80da755eac0f140f6be5929 (patch)
tree30c8ccde244dff67f3b68f9930377c6e584817d3 /MirOTR/stdafx.h
parent2e492f551d85eca9b6e55a91c9d7c9b6cee958c5 (diff)
- small project cleanup
- typo fix - context-sensitive langpacks support git-svn-id: http://mirotr.googlecode.com/svn/trunk@58 eced67a3-f377-a0ae-92ae-d6de1850b05a
Diffstat (limited to 'MirOTR/stdafx.h')
-rw-r--r--MirOTR/stdafx.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/MirOTR/stdafx.h b/MirOTR/stdafx.h
index 49f7da1..f4ad6e2 100644
--- a/MirOTR/stdafx.h
+++ b/MirOTR/stdafx.h
@@ -8,6 +8,7 @@
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Selten verwendete Teile der Windows-Header nicht einbinden.
+
// Windows-Headerdateien:
#include <windows.h>
#include <string.h>
@@ -23,25 +24,29 @@
#define DEBUGOUT_T(x)
#endif
#define MIRANDA_VER 0x0800
-
+#define MIRANDA_CUSTOM_LP
+
+//include
#include <newpluginapi.h>
#include <m_system.h>
#include <m_langpack.h>
#include <m_utils.h>
#include <m_database.h>
-#include <m_folders.h>
#include <m_clist.h>
#include <m_message.h>
-#include <m_metacontacts.h>
#include <m_protocols.h>
#include <m_protomod.h>
#include <m_protosvc.h>
-#include <m_updater.h>
#include <m_popup.h>
#include <m_contacts.h>
#include <m_utils.h>
#include <m_icolib.h>
+
+//ExternalAPI
+#include <m_folders.h>
+#include <m_updater.h>
#include <m_msg_buttonsbar.h>
+#include <m_metacontacts.h>
#include <gcrypt.h>
extern "C" {