summaryrefslogtreecommitdiff
path: root/plugins/LotusNotify/src/stdafx.h
diff options
context:
space:
mode:
authorSzymon Tokarz <wsx22@o2.pl>2013-05-21 16:41:00 +0000
committerSzymon Tokarz <wsx22@o2.pl>2013-05-21 16:41:00 +0000
commit6b6e144b140f8f3ce2fa6b1de7e6a13d92030caf (patch)
tree79dd830b197c5c5638b29df6b726f413a22034c9 /plugins/LotusNotify/src/stdafx.h
parentca5fa0ee002d6c18d03817053362bad866a78e90 (diff)
LotusNotify plugin by MaKaRSoFT adapted by me.
plugin from: http://maciej.wycik.pl/p_lotusnotify.php base sources from: https://code.google.com/p/makarplugins/ - Miranda NG version - unicode support - many fixes and code reworks git-svn-id: http://svn.miranda-ng.org/main/trunk@4780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LotusNotify/src/stdafx.h')
-rw-r--r--plugins/LotusNotify/src/stdafx.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/plugins/LotusNotify/src/stdafx.h b/plugins/LotusNotify/src/stdafx.h
new file mode 100644
index 0000000000..b083c6c7c1
--- /dev/null
+++ b/plugins/LotusNotify/src/stdafx.h
@@ -0,0 +1,48 @@
+#pragma once
+
+
+// Windows headers
+#define _CRT_SECURE_NO_WARNINGS
+#include <windows.h>
+#include <commctrl.h>
+#include <assert.h>
+
+
+
+// Miranda headers
+#define MIRANDA_VER 0x0A00
+//LotusNotify.h
+#include <m_core.h>
+#include <win2k.h>
+#include <newpluginapi.h>
+#include <m_clist.h>
+#include <m_skin.h>
+#include <m_database.h>
+#include <m_langpack.h>
+#include <m_options.h>
+#include <m_popup.h>
+#include <m_utils.h>
+#include <m_protomod.h>
+#include <m_protosvc.h>
+#include <m_system.h>
+//debug.h
+#include <m_netlib.h>
+
+
+
+// Notesapi headers
+#define W32
+#if defined(_WIN64)
+#define _AMD64_
+#endif
+#include "cnotesapi\include\global.h"
+#include "cnotesapi\include\osmisc.h"
+#include "cnotesapi\include\nsfdb.h"
+#include "cnotesapi\include\nsfsearc.h"
+#include "cnotesapi\include\names.h"
+#include "cnotesapi\include\osenv.h"
+#include "cnotesapi\include\extmgr.h"
+#include "cnotesapi\include\bsafeerr.h"
+#include "cnotesapi\include\nsferr.h"
+
+