diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-12 13:48:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-12 13:48:39 +0300 |
commit | d0c7ef4f48cdf9f1ad622fc84d10257c21bb91db (patch) | |
tree | b352641bcbaf04acc8a3b1f41d37fa151997baae /plugins/MirLua/Modules/WinAPI/src | |
parent | 6632ca13387288f6f2bb58d7f1aa9ea4730d9b43 (diff) |
MirLua: interface for extra icons added
Diffstat (limited to 'plugins/MirLua/Modules/WinAPI/src')
-rwxr-xr-x | plugins/MirLua/Modules/WinAPI/src/winapi.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp index 8ef0708d7d..0ed52fdcfa 100755 --- a/plugins/MirLua/Modules/WinAPI/src/winapi.cpp +++ b/plugins/MirLua/Modules/WinAPI/src/winapi.cpp @@ -37,7 +37,6 @@ static int lua_MessageBox(lua_State *L) /***********************************************/
static int lua_ShellExecute(lua_State *L)
-{
ptrW command(mir_utf8decodeW(lua_tostring(L, 1)));
ptrW file(mir_utf8decodeW(lua_tostring(L, 2)));
ptrW args(mir_utf8decodeW(lua_tostring(L, 3)));
|