diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-24 19:45:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-24 19:45:18 +0000 |
commit | a0d2cd360477acf24963e479773588b01f3d8a10 (patch) | |
tree | d6e208ebf7b83d49396f35b64a2f151ab2661478 /plugins/MirLua/src/stdafx.h | |
parent | ac49502476c6319e6d942d5815405b961713b663 (diff) |
MirLua: added OnProtoAck and OnReceiveMessage in m_protocols
git-svn-id: http://svn.miranda-ng.org/main/trunk@15440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 4e3f764cb9..ab257b27eb 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -88,8 +88,7 @@ LUAMOD_API int (luaopen_m_message)(lua_State *L); #define MLUA_POPUP "m_popup"
LUAMOD_API int (luaopen_m_popup)(lua_State *L);
-#define MLUA_PROTOCOLS "m_protocols"
-LUAMOD_API int (luaopen_m_protocols)(lua_State *L);
+#include "m_protocols.h"
#include "m_toptoolbar.h"
|