summaryrefslogtreecommitdiff
path: root/plugins/MessageState/src/stdafx.h
blob: 4efd7ab1f4d089cab037ec25dc9c25ef3060792b (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
#pragma once

#include <windows.h>
#include <time.h>
#include <locale.h>

#define __NO_CMPLUGIN_NEEDED

#include <m_messagestate.h>
#include <newpluginapi.h>
#include <m_database.h>
#include <m_protocols.h>
#include <m_protosvc.h>
#include <m_langpack.h>
#include <m_icolib.h>
#include <m_extraicons.h>
#include <m_message.h>
#include "resource.h"
#include "version.h"

#include "global.h"

#define MODULENAME "MessageState"

extern HINSTANCE g_hInst;
extern IconItem Icons[];