diff --git a/docs/changes.txt b/docs/changes.txt index a0fa994718..ce61743059 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -155,7 +155,8 @@ Changes in behaviour which may result in build errors - "webview" library is not included in `wx-config --libs` output any more, you need to request it explicitly, e.g. `wx-config --libs std,webview`. -- wxMSW now requires linking with uxtheme.lib, shlwapi.lib and version.lib. +- wxMSW now requires linking with a few more system libraries: oleacc.lib, + shlwapi.lib, uxtheme.lib and version.lib. This is done automatically in most cases, but if you use a static build of the library with a non-MSVC compiler such as MinGW and do not use wx-config, then you will need to add these libraries to your make or project files