Merge branch 'win_uxtheme_restructure' of https://github.com/TcT2k/wxWidgets

Don't load theme functions dynamically as it's not necessary any longer.

See https://github.com/wxWidgets/wxWidgets/pull/572
This commit is contained in:
Vadim Zeitlin
2018-01-24 00:24:38 +01:00
258 changed files with 615 additions and 1385 deletions

View File

@@ -48,10 +48,11 @@ 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 shlwapi.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 yourself.
- wxMSW now requires linking with uxtheme.lib, shlwapi.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
yourself.
- WXWIN_OS_DESCRIPTION doesn't exist any longer, use wxGetOsDescription().