Fix wxMSW build with WXWIN_COMPATIBILITY_2_6==1.
Avoid conflict between wxMSW symbol defined in wx/platinfo.h in this build configuration and wxMSW namespace by renaming the latter to wxMSWImpl, which is also consistent with the namespace name used elsewhere. Closes #15624. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -578,6 +578,11 @@ wxGTK:
|
||||
|
||||
- Fix wxSpinButton default width under GTK+ 3 (David Hart).
|
||||
|
||||
wxMSW:
|
||||
|
||||
- Compilation fix for WXWIN_COMPATIBILITY_2_6=1 case (Tim Stahlhut).
|
||||
|
||||
|
||||
|
||||
3.0-RC2: (released 2013-10-28)
|
||||
------------------------------
|
||||
|
Reference in New Issue
Block a user