From 73a0b84498501c1e2907f1cdc5f222f1f400edfd Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 18 Feb 2016 09:13:18 +0000 Subject: MirLua: - m_msg_buttonsbar moved to separate lua library - fixed loading of other c modules git-svn-id: http://svn.miranda-ng.org/main/trunk@16300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/Modules/m_popup/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirLua/Modules/m_popup/src/main.cpp') diff --git a/plugins/MirLua/Modules/m_popup/src/main.cpp b/plugins/MirLua/Modules/m_popup/src/main.cpp index c99ea7c146..288f03c1ca 100644 --- a/plugins/MirLua/Modules/m_popup/src/main.cpp +++ b/plugins/MirLua/Modules/m_popup/src/main.cpp @@ -121,7 +121,7 @@ static luaL_Reg popupApi[] = { NULL, NULL } }; -LUAMOD_API int luaopen_m_popup(lua_State *L) +extern "C" LUAMOD_API int luaopen_m_popup(lua_State *L) { luaL_newlib(L, popupApi); -- cgit v1.2.3