summaryrefslogtreecommitdiff
path: root/plugins/OpenFolder/src/stdafx.h
blob: ea39d7d6dae832db9a31aa6dc41c252264a5963d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once

#include <windows.h>
#include <commctrl.h>

#define __NO_CMPLUGIN_NEEDED
#include <newpluginapi.h>
#include <m_clist.h>
#include <m_icolib.h>
#include <m_langpack.h>
#include <m_utils.h>
#include <m_hotkeys.h>
#include <win2k.h>

#include <m_toptoolbar.h>

#include "resource.h"
#include "version.h"

#define MS_OPENFOLDER_OPEN                "openFolder/Open"

#define OPENFOLDER_MODULE_NAME            "openfolder"