summaryrefslogtreecommitdiff
path: root/plugins/FloatingContacts/src/stdafx.h
blob: 743d49362ca6996d85359679668f6e594f56a406 (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
42
43
44
45
46
47
48
49

#ifndef __STDHDR_H__
#define __STDHDR_H__

#include <windows.h>
#include <assert.h>
#include <math.h>
#include <Shlwapi.h>
#include <CommCtrl.h>

#include <newpluginapi.h>
#include <m_system.h>
#include <m_skin.h>
#include <m_file.h>
#include <m_fontservice.h>
#include <m_langpack.h>
#include <m_protosvc.h>
#include <m_database.h>
#include <m_message.h>
#include <m_options.h>
#include <m_icolib.h>
#include <m_clistint.h>
#include <m_hotkeys.h>
#include <m_imgsrvc.h>
#include <win2k.h>

#include "bitmap_funcs.h"
#include "fltcont.h"
#include "thumbs.h"
#include "filedrop.h"
#include "resource.h"
#include "version.h"

/////////////////////////////////////////////////////////////////////////////

#define MODULENAME "FloatingContacts"

struct CMPlugin : public PLUGIN<CMPlugin>
{
	CMPlugin();

	int Load() override;
	int Unload() override;
};

#endif	// #ifndef __STDHDR_H__

/////////////////////////////////////////////////////////////////////////////
// End Of File stdhdr.h