Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15684/wxLua/modules/wxluasocket/include
Modified Files:
wxluasocket_bind.h
Log Message:
Separate wxWidgets bindings into wxadv, wxaui, wxbase, wxcore, etc...
Allow bool = 1/0 and 1/0 = bool in wxlua_getboolean/integer/number
Index: wxluasocket_bind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxluasocket_bind.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** wxluasocket_bind.h 16 Jun 2007 06:21:47 -0000 1.23
--- wxluasocket_bind.h 16 Jul 2007 19:35:31 -0000 1.24
***************
*** 11,22 ****
#include "wx/defs.h"
#include "wxluasocket/include/wxluasocketdefs.h"
! #include "wxbind/include/wxbind.h"
#include "wxluasocket/include/wxluasocket_bind.h"
- #ifndef wxUSE_WAVE
- #define wxUSE_WAVE 0
- #endif
- #ifndef wxUSE_SOUND
- #define wxUSE_SOUND 0
- #endif
#include "wxlua/include/wxlstate.h"
--- 11,16 ----
#include "wx/defs.h"
#include "wxluasocket/include/wxluasocketdefs.h"
! #include "wxbind/include/wxcore_bind.h"
#include "wxluasocket/include/wxluasocket_bind.h"
#include "wxlua/include/wxlstate.h"
***************
*** 27,33 ****
// the current version of the bindings.
// See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h'
! #if WXLUA_BINDING_VERSION > 14
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 14
// ---------------------------------------------------------------------------
--- 21,27 ----
// the current version of the bindings.
// See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h'
! #if WXLUA_BINDING_VERSION > 15
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 15
// ---------------------------------------------------------------------------
|