Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory vz-cvs-4.sog:/tmp/cvs-serv24163/modules/wxlua/include
Modified Files:
wxldefs.h
Log Message:
Fix some warnings about int to to bool.
Index: wxldefs.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxldefs.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** wxldefs.h 21 Dec 2009 04:06:13 -0000 1.51
--- wxldefs.h 20 Oct 2011 03:53:57 -0000 1.52
***************
*** 104,108 ****
// ----------------------------------------------------------------------------
! #if wxUSE_UNICODE
#define wxLUA_UNICODE_ONLY(x) x
#else /* !Unicode */
--- 104,108 ----
// ----------------------------------------------------------------------------
! #if wxUSE_UNICODE && !wxCHECK_VERSION(2,9,0)
#define wxLUA_UNICODE_ONLY(x) x
#else /* !Unicode */
|