blob: 7f51889d77094a8061bb975bd61074be32a1fe16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#include <windows.h>
#include <commctrl.h>
#include "resource.h"
#include <newpluginapi.h>
#include <m_clist.h>
#include <m_icolib.h>
#include <m_langpack.h>
#include <m_skin.h>
#include <m_system.h>
#include <m_utils.h>
#include <m_hotkeys.h>
#include <m_toptoolbar.h>
#include <win2k.h>
#define MS_OPENFOLDER_OPEN "openFolder/Open"
#define OPENFOLDER_VERSION PLUGIN_MAKE_VERSION( 1, 1, 0, 0 )
#define OPENFOLDER_DESCRIPTION "Adds a menu/toobar item which opens the main Miranda NG folder."
#define MIID_OPENFOLDER { 0x10896143, 0x7249, 0x4b36, { 0xa4, 0x8, 0x65, 0x1, 0xa6, 0xb6, 0x3, 0x5a } }
//#define OPENFOLDER_DB_MODULENAME "openFolder"
#define OPENFOLDER_MODULE_NAME "openfolder"
|