summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-06-15 15:52:22 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-06-15 15:52:22 +0000
commit27985042841f1ea60156ed532e0b9f57e9c3b369 (patch)
treedfb25c2cbdb9b1d8896ce47d9620dd9a569ecf0b /plugins/MirLua/src/stdafx.h
parentff55088a637a2716d1ab950b42b992cce78f4f6b (diff)
MirLua: added options page
git-svn-id: http://svn.miranda-ng.org/main/trunk@14179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index b26ae3db4e..26296fedc8 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -2,12 +2,16 @@
#define _COMMON_H_
#include <windows.h>
+#include <commctrl.h>
#include <newpluginapi.h>
#include <m_core.h>
#include <m_utils.h>
#include <m_langpack.h>
#include <m_database.h>
+#include <m_options.h>
+#include <m_gui.h>
+
#include <m_clist.h>
#include <m_genmenu.h>
#include <m_icolib.h>
@@ -29,11 +33,15 @@ extern "C"
class CMLua;
#include "mlua.h"
+#include "mlua_options.h"
#define MODULE "MirLua"
extern HINSTANCE g_hInstance;
+extern HANDLE g_hCommonFolderPath;
+extern HANDLE g_hCustomFolderPath;
+
#ifdef _UNICODE
#define COMMON_SCRIPTS_PATHT MIRANDA_PATHW L"\\Scripts"
#define CUSTOM_SCRIPTS_PATHT MIRANDA_USERDATAW L"\\Scripts"