Fixed wxSocketBase::InterruptWait on wxBase.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2006-01-27 00:49:12 +00:00
parent 3f8e6923b0
commit 2decc3bd99

View File

@@ -33,6 +33,7 @@ All:
- wxFileName now also looks for TMPDIR on Unix.
- Fixed build error in list.h with VC++ 2005.
- Fixed wxODBC buffer overflow problem in Unicode builds.
- Fixed wxSocketBase::InterruptWait on wxBase.
All (GUI):