summaryrefslogtreecommitdiff
path: root/shhhonidle/common.h
blob: f96c5d47e8b80085bfe78a03fbaca4d12a067049 (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
#define MODULE "Shhh on Idle"

// uses mim 0.6 options pages if available
#define MIRANDA_VER 0x0600

#include <windows.h>
#include <prsht.h>
#include <stdio.h>
#include "resource.h"
#include <newpluginapi.h>

#include <m_system.h>
#include <m_langpack.h>
#include <m_options.h>
#include <m_idle.h>
#include <m_skin.h>
#include <m_database.h>
#include <m_clist.h>

#include <m_popup.h>

#include <m_alarms.h>


extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;

#ifndef MIID_SHHHONIDLE
#define MIID_SHHHONIDLE		{0x778fc97f, 0x1d26, 0x427e, { 0x8a, 0x7, 0x10, 0x1a, 0xfb, 0x79, 0x6b, 0x46}}
#endif