diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-26 10:35:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-26 10:35:25 +0000 |
commit | 17255af4df794fec9365acfbb6019c74515cc877 (patch) | |
tree | 3522c87927f858d23272ed34f8cede8d7b6f01e4 /plugins/OpenFolder/src/stdafx.h | |
parent | b51c00fa7ee7a159b71186d818da4da1e5b34450 (diff) |
OpenFolder: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14713 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenFolder/src/stdafx.h')
-rw-r--r-- | plugins/OpenFolder/src/stdafx.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/OpenFolder/src/stdafx.h b/plugins/OpenFolder/src/stdafx.h new file mode 100644 index 0000000000..dc4b22df18 --- /dev/null +++ b/plugins/OpenFolder/src/stdafx.h @@ -0,0 +1,19 @@ +#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"
|