blob: 47e55bf9df44da0b96b8154e0cc73f952ac646c8 (
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
|
#define MODULE "Shhh on Idle"
// uses mim 0.6 options pages if available
#define MIRANDA_VER 0x0600
#include <windows.h>
#include <stdio.h>
#include "resource.h"
#include <newpluginapi.h>
#include "../include/m_system.h"
#include "../include/m_langpack.h"
#include "../include/m_options.h"
#include "../include/m_idle.h"
#include "../include/m_skin.h"
#include "../include/m_database.h"
#include "../include/m_clist.h"
#include "../include/m_popup.h"
#include "../alarms/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
|