summaryrefslogtreecommitdiff
path: root/attache/common.h
blob: c2250a093d0668675386a28520d834347a72192c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#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"

#ifndef MIID_ATTACHE
#define MIID_ATTACHE	{0x21c8ec80, 0x46d8, 0x4ca9, { 0x94, 0xb, 0xaa, 0xe0, 0x8f, 0xb2, 0x52, 0xba}}
#endif

#endif