fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (patch 1667145)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-07 23:18:40 +00:00
parent 886f61cacb
commit 28bf2f3c66
3 changed files with 16 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ All:
- Added wxSearchCtrl::[Get|Set]DescriptiveText.
- Fixed detection of number of processors under Linux 2.6
- Fixed Base64 computation in wxHTTP (p_michalczyk)
- Fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (troelsk)
wxMSW