Changeset 2216 for code/branches/buildsystem/src/ceguilua-0.6.1/ceguilua
- Timestamp:
- Nov 18, 2008, 6:48:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/ceguilua-0.6.1/ceguilua/CEGUILua.cpp
r1982 r2216 61 61 LuaScriptModule::LuaScriptModule() 62 62 { 63 #if CEGUI_LUA_VER >= 5163 #if LUA_VERSION_NUM >= 501 64 64 static const luaL_Reg lualibs[] = { 65 65 {"", luaopen_base}, … … 82 82 83 83 // init all standard libraries 84 #if CEGUI_LUA_VER >= 5184 #if LUA_VERSION_NUM >= 501 85 85 const luaL_Reg *lib = lualibs; 86 86 for (; lib->func; lib++)
Note: See TracChangeset
for help on using the changeset viewer.