summaryrefslogtreecommitdiff
path: root/attache/common.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:28:18 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:28:18 +0000
commit31d3a6408d045eadaff094d4c11bf017817743d7 (patch)
tree61f75240490677d57477fea63d6f771bf3d754d9 /attache/common.h
parent31654bd814b4e5fdc1b68807e341c623d74f357d (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@4 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'attache/common.h')
-rw-r--r--attache/common.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/attache/common.h b/attache/common.h
new file mode 100644
index 0000000..d3b2d91
--- /dev/null
+++ b/attache/common.h
@@ -0,0 +1,32 @@
+#ifndef _COMMON_INC
+#define _COMMON_INC
+
+#include <windows.h>
+//#include <winsock2.h>
+#include <wininet.h>
+#include <malloc.h>
+
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_system.h>
+#include <stdio.h>
+#include <m_utils.h>
+#include <m_updater.h>
+#include <m_langpack.h>
+#include <m_netlib.h>
+#include <m_options.h>
+#include <m_folders.h>
+
+extern HINSTANCE hInst;
+extern PLUGINLINK *pluginLink;
+
+extern HANDLE hNetlibUser;
+
+extern MM_INTERFACE mmi;
+extern TCHAR stzDumpPath[MAX_PATH];
+
+extern DWORD mirandaVersion;
+
+#define DEFAULT_DUMP_PATH "\\Attache\\dumps"
+
+#endif