From 6409436d74e5831d362a4e4a102f4ed5527c4562 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 18 Apr 2016 17:02:29 +0000 Subject: MirLua: returned some lua types support as lparam/wparam git-svn-id: http://svn.miranda-ng.org/main/trunk@16715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/stdafx.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/MirLua/src/stdafx.h') diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 921d2c70c4..0bd6712d48 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -115,10 +115,9 @@ int luaM_toucs2(lua_State *L); int luaM_topointer(lua_State *L); int luaM_tonumber(lua_State *L); -int luaM_interpolate(lua_State *L); +WPARAM luaM_tomparam(lua_State *L, int idx); -WPARAM luaM_towparam(lua_State *L, int idx); -LPARAM luaM_tolparam(lua_State *L, int idx); +int luaM_interpolate(lua_State *L); bool luaM_toboolean(lua_State *L, int idx); -- cgit v1.2.3