summaryrefslogtreecommitdiff
path: root/protocols/LotusNotify/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/LotusNotify/src/stdafx.h')
-rw-r--r--protocols/LotusNotify/src/stdafx.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/protocols/LotusNotify/src/stdafx.h b/protocols/LotusNotify/src/stdafx.h
new file mode 100644
index 0000000000..e4d7c40456
--- /dev/null
+++ b/protocols/LotusNotify/src/stdafx.h
@@ -0,0 +1,38 @@
+#pragma once
+
+
+// Windows headers
+#include <windows.h>
+#include <commctrl.h>
+#include <assert.h>
+
+// Miranda headers
+//LotusNotify.h
+
+#include <m_core.h>
+#include <win2k.h>
+#include <newpluginapi.h>
+#include <m_clistint.h>
+#include <m_skin.h>
+#include <m_langpack.h>
+#include <m_options.h>
+#include <m_popup.h>
+#include <m_utils.h>
+#include <m_protosvc.h>
+#include <m_system.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"