From 0420af6e7d00d0877f53b6ea4434050c44b8dd4f Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 12 Jun 2015 19:38:39 +0000 Subject: MirLua: added m_msg_buttonsbar module git-svn-id: http://svn.miranda-ng.org/main/trunk@14136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/stdafx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/MirLua/src/stdafx.h') diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index eea0740b9b..b26ae3db4e 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -14,6 +14,7 @@ #include #include +#include extern "C" { @@ -50,6 +51,9 @@ LUAMOD_API int (luaopen_m_icolib)(lua_State *L); #define MLUA_GENMENU "m_genmenu" LUAMOD_API int (luaopen_m_genmenu)(lua_State *L); +#define MLUA_MSGBUTTONSBAR "m_msg_buttonsbar" +LUAMOD_API int (luaopen_m_msg_buttonsbar)(lua_State *L); + #define MLUA_TOPTOOLBAR "m_toptoolbar" LUAMOD_API int (luaopen_m_toptoolbar)(lua_State *L); -- cgit v1.2.3