summaryrefslogtreecommitdiff
path: root/plugins/OpenFolder/src/stdafx.h
blob: 53672789f9f37348176511507db4094bd559e869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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 <m_toptoolbar.h>

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

#define MS_OPENFOLDER_OPEN                "openFolder/Open"

#define OPENFOLDER_MODULE_NAME            "openfolder"