From f4258bb6d37d16a673c268376e0dff1958c34f82 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 23 Oct 2015 22:27:49 +0000 Subject: MirLua: - m_core is available as usual module - options page moved to Services/MirLua/Scripts - code cleaning - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15602 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/stdafx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MirLua/src/stdafx.h') diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 2fd13a061d..72ed4cc247 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -65,8 +65,8 @@ extern HANDLE hNetlib; #define COMMON_SCRIPTS_PATHT MIRANDA_PATH "\\Scripts" #endif -#define MLUA_CORE "m" -LUAMOD_API int (luaopen_m)(lua_State *L); +#define MLUA_CORE "m_core" +LUAMOD_API int (luaopen_m_core)(lua_State *L); #define MLUA_CLIST "m_clist" LUAMOD_API int (luaopen_m_clist)(lua_State *L); -- cgit v1.2.3