]> git.saurik.com Git - wxWidgets.git/commit
Introduced wxSOCKET_INT to socket.cpp. The previous code wouldn't compile on Windows.
authorJulian Smart <julian@anthemion.co.uk>
Wed, 30 Dec 1998 17:55:38 +0000 (17:55 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 30 Dec 1998 17:55:38 +0000 (17:55 +0000)
commit15ed45333df47c5acb17a32e7104a41a0fd1544d
tree36d2fd7d699a22de21ac0e4620a11f523b90adeb
parenta4388683f1b20020b5425c59c401d6ab673860de
Introduced wxSOCKET_INT to socket.cpp. The previous code wouldn't compile on Windows.
Someone please determine what wxSOCKET_INT should be on your platform
(I'm pretty sure just 'int' was OK on Linux when I tested it)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/socket.cpp