Update of /cvsroot/wxlua/wxLua/samples
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5969/wxLua/samples
Modified Files:
editor.wx.lua
Log Message:
make sockets work again in MSW
Index: editor.wx.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/samples/editor.wx.lua,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** editor.wx.lua 28 Sep 2006 22:26:06 -0000 1.27
--- editor.wx.lua 29 Sep 2006 20:47:15 -0000 1.28
***************
*** 1709,1713 ****
if debugServer then
debugServer:Reset()
- wx.wxMilliSleep(500) -- allow client to exit cleanly
debugServer:Delete()
debugServer = nil
--- 1709,1712 ----
|