Update of /cvsroot/wxlua/wxLua/bindings/wxstc
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27321/wxLua/bindings/wxstc
Modified Files:
wxstc_datatypes.lua
Log Message:
Fix for wxABI_VERSION being broken in 2.8.4 (release = 99 for some reason)
Index: wxstc_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** wxstc_datatypes.lua 30 Jun 2007 00:12:20 -0000 1.71
--- wxstc_datatypes.lua 4 Jul 2007 14:46:11 -0000 1.72
***************
*** 4143,4146 ****
--- 4143,4147 ----
wxLUA_USE_Geometry = "wxLUA_USE_Geometry",
wxLUA_USE_MDI = "wxLUA_USE_MDI",
+ wxLUA_USE_wxAUI = "wxLUA_USE_wxAUI",
wxLUA_USE_wxAboutDialog = "wxLUA_USE_wxAboutDialog",
wxLUA_USE_wxAcceleratorTable = "wxLUA_USE_wxAcceleratorTable",
***************
*** 4289,4292 ****
--- 4290,4294 ----
wxUSE_ANIMATIONCTRL = "wxUSE_ANIMATIONCTRL",
wxUSE_APPLE_IEEE = "wxUSE_APPLE_IEEE",
+ wxUSE_AUI = "wxUSE_AUI",
wxUSE_BITMAPCOMBOBOX = "wxUSE_BITMAPCOMBOBOX",
wxUSE_BMPBUTTON = "wxUSE_BMPBUTTON",
|