lua: added "iuplup" require statement to ensure iup is loaded with auxlib

This commit is contained in:
punkrockguy318 2011-10-19 16:51:13 +00:00
parent c7aaa87f86
commit 8db54dc60e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
--local iupcontrolslua_open = package.loadlib("iupluacontrols51.dll", "iupcontrolslua_open");
--if(iupcontrolslua_open == nil) then require("libiupluacontrols51"); end
--iupcontrolslua_open();
require("iuplua");
--TODO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--LUACALL_BEFOREEXIT use that instead of emu.OnClose below