Update of /cvsroot/wxlua/wxLua/modules/wxlua/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26461/wxlua/src
Modified Files:
wxlstate.cpp
Log Message:
remove #if WXWIN_COMPATIBILITY_24 and just use !wxCHECK_VERSION(2, 5, 0) since it's not defined for some people?
Index: wxlstate.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/wxlstate.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** wxlstate.cpp 9 Jan 2006 15:26:12 -0000 1.19
--- wxlstate.cpp 19 Jan 2006 03:49:37 -0000 1.20
***************
*** 312,316 ****
bool painting = false;
! #if WXWIN_COMPATIBILITY_24 || !wxCHECK_VERSION(2, 5, 0)
wxNode* node;
#else
--- 312,316 ----
bool painting = false;
! #if !wxCHECK_VERSION(2, 5, 0)
wxNode* node;
#else
|