Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11324/wxLua/modules/wxluasocket/src
Modified Files:
wxlsock.cpp
Log Message:
osx fixes, compiles and runs now
Index: wxlsock.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxlsock.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** wxlsock.cpp 5 Oct 2006 05:10:47 -0000 1.19
--- wxlsock.cpp 11 Oct 2006 03:24:03 -0000 1.20
***************
*** 34,38 ****
// prints to the console for unix and to a file (see below) for MSW the socket
// cmd/event and the socket read/write
! #define DEBUG_WXLUASOCKET
#ifdef DEBUG_WXLUASOCKET
--- 34,38 ----
// prints to the console for unix and to a file (see below) for MSW the socket
// cmd/event and the socket read/write
! //#define DEBUG_WXLUASOCKET
#ifdef DEBUG_WXLUASOCKET
|