Fix build problem with MSVS 2005 in wx/msw/uxtheme.h

Avoid conflict with the incomplete MENUPARTS enum defined in the SDK
header included with this compiler.

Closes #18217.
This commit is contained in:
Vadim Zeitlin
2018-09-13 00:08:36 +02:00
parent 5b1aa5bb9c
commit 19caf034c3
2 changed files with 5 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ wxMSW:
- Fix build in ANSI (non-Unicode) mode.
- Improve wxNotebook themed background drawing (Arrigo Marchiori).
- Send wxEVT_WEBVIEW_NAVIGATING when redirecting (Josue Andrade Gomes).
- Fix build with MSVS 2005 broken in 3.1.1.
wxOSX: