Update of /cvsroot/wxlua/wxLua/apps/wxluacan/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10993/wxLua/apps/wxluacan/src
Modified Files:
wxluacan_bind.h
Log Message:
Fixed double -> unsigned integer using all 32 bits conversion
for wxSTC_MASK_FOLDERS problem, thanks to Andre Arpin.
Index: wxluacan_bind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxluacan/src/wxluacan_bind.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** wxluacan_bind.h 22 Oct 2008 05:31:45 -0000 1.3
--- wxluacan_bind.h 24 Mar 2009 04:15:04 -0000 1.4
***************
*** 18,24 ****
// the current version of the bindings.
// See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h'
! #if WXLUA_BINDING_VERSION > 24
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 24
// ---------------------------------------------------------------------------
--- 18,24 ----
// the current version of the bindings.
// See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h'
! #if WXLUA_BINDING_VERSION > 25
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 25
// ---------------------------------------------------------------------------
|