From: Kevin Hock Date: Fri, 27 Jan 2006 00:49:12 +0000 (+0000) Subject: Fixed wxSocketBase::InterruptWait on wxBase. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2decc3bd99ff0fa521819326d5dd6f2ca261d55e?ds=inline Fixed wxSocketBase::InterruptWait on wxBase. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 7755bf9db8..2543861936 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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):