diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-04-04 08:39:22 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-04-04 08:39:22 +0000 |
commit | e1110157f8c2989a58aa12ddeef91669525d188f (patch) | |
tree | 23cd9c6c845c5e38659a072457566d7a5fe7e79d /plugins/MirLua/src/stdafx.h | |
parent | e6dce54eeeedb43855b694c921b97c5119deef32 (diff) |
MirLua: m_toptoolbar moved to separate project
git-svn-id: http://svn.miranda-ng.org/main/trunk@16583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index a6c84dd1e8..32e1d27506 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -33,7 +33,7 @@ #include <m_popup.h>
#include <m_toptoolbar.h>
-#include <lua.hpp>
+#include <m_lua.h>
#include "version.h"
#include "resource.h"
@@ -95,8 +95,6 @@ LUAMOD_API int (luaopen_m_message)(lua_State *L); #define MLUA_SOUNDS "m_sounds"
LUAMOD_API int (luaopen_m_sounds)(lua_State *L);
-#include "m_toptoolbar.h"
-
/* utils */
extern HANDLE hNetlib;
@@ -116,8 +114,6 @@ int luaM_ptr2number(lua_State *L); int luaM_totable(lua_State *L);
bool luaM_toboolean(lua_State *L, int idx);
-WPARAM luaM_towparam(lua_State *L, int idx);
-LPARAM luaM_tolparam(lua_State *L, int idx);
void InitIcons();
HICON GetIcon(int iconId);
|