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
This commit is contained in:
Michael Wetherell 2006-01-27 22:07:12 +00:00
parent a33e2266dc
commit 5a0a8487c4

View File

@ -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: