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

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

#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"