From: Michael Wetherell Date: Fri, 27 Jan 2006 22:07:12 +0000 (+0000) Subject: Link oleacc.lib conditionally since VC++ 5 w/o PSDK doesn't have it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5a0a8487c4e2082afb72c7ef64de4ec716b74994 Link oleacc.lib conditionally since VC++ 5 w/o PSDK doesn't have it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 2543861936..decdf04364 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -111,6 +111,7 @@ wxMSW: - Fixed a crash when dismissing wxPrintDialog under VC++ 7.1. - Fixed out by one error in wxTextCtrl::GetStyle. - Fixed problem with getting input in universal/unicode build of wxMSW. +- Link oleacc.lib conditionally. wxGTK: