From: John L. <jr...@us...> - 2007-06-19 13:58:19
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31712/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: AMD64 fixes Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** wxstc_datatypes.lua 18 Jun 2007 21:40:28 -0000 1.63 --- wxstc_datatypes.lua 19 Jun 2007 13:58:15 -0000 1.64 *************** *** 4001,4004 **** --- 4001,4005 ---- ["%wxchkver_2_8"] = "wxCHECK_VERSION(2,8,0)", ["%wxchkver_2_8_1"] = "wxCHECK_VERSION(2,8,1)", + ["%wxchkver_2_8_4"] = "wxCHECK_VERSION(2,8,4)", ["%wxcompat_2_4"] = "(defined(WXWIN_COMPATIBILITY_2_4) && WXWIN_COMPATIBILITY_2_4)", ["%wxcompat_2_6"] = "(defined(WXWIN_COMPATIBILITY_2_6) && WXWIN_COMPATIBILITY_2_6)", *************** *** 4319,4322 **** --- 4320,4324 ---- wxUSE_TOOLBOOK = "wxUSE_TOOLBOOK", wxUSE_TOOLTIPS = "wxUSE_TOOLTIPS", + wxUSE_TREEBOOK = "wxUSE_TREEBOOK", wxUSE_TREECTRL = "wxUSE_TREECTRL", wxUSE_TREELAYOUT = "wxUSE_TREELAYOUT", |