Fix wxGetOsDescription() for Windows 10.
Check for Windows 10 was implemented as check for version 6.4 but the final version of Windows 10 actually returns 10.0.
This commit is contained in:
committed by
Vadim Zeitlin
parent
e97bd98e18
commit
c87c432033
@@ -164,6 +164,7 @@ wxMSW:
|
||||
- Don't send bogus root selection events when clicking wxTreeCtrl (sbrowne).
|
||||
- Avoid bogus assert after calling wxDatePickerCtrl::SetRange().
|
||||
- Add solution file for building with MSVS 2014 (Peter Tissen).
|
||||
- Correct wxGetOsDescription() for Windows 10 (Tobias Taschner).
|
||||
|
||||
wxOSX/Cocoa:
|
||||
|
||||
|
Reference in New Issue
Block a user