summaryrefslogtreecommitdiff
path: root/last_contact/common.h
blob: ca019af88f5b555a2791a10b844ac4a65007f6d0 (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
37
38
39
40
41
#ifndef _COMMON_H
#define _COMMON_H

#define _WIN32_IE		0x400

#include <windows.h>
#include <commctrl.h>

#include "resource.h"
#include <stdio.h>

#include <newpluginapi.h>
#include <m_system.h>
#include <m_database.h>
#include <m_options.h>
#include <m_langpack.h>
#include <m_popup.h>
#include <m_skin.h>
#include <m_clist.h>
#include <m_clui.h>
#include <m_message.h>
#include <m_utils.h>
#include <m_protocols.h>
#include <m_updater.h>
#include <win2k.h>

#include <m_popup.h>

#define MODULE		"LastContact"

extern HWND pluginwind;
extern HINSTANCE hInst;

#ifndef MIID_LASTCONTACT
#define MIID_LASTCONTACT	{0x76e40d07, 0x10d4, 0x4f58, { 0xb1, 0xbc, 0xda, 0xd3, 0x6a, 0xf9, 0xed, 0x50}}
#endif

#define WMU_RESET_HOTKEY		(WM_USER + 0x100)
extern DWORD hotkey_thread_id;

#endif