Add support for Unicode to wxStackWalker.
Use wide-char versions of debug help functions if available, falling back to the narrow char ones otherwise. Also improve 64 bit support by using 64 bit versions of the functions if available as well. Closes #15138.
This commit is contained in:
committed by
Vadim Zeitlin
parent
20ac03bfd8
commit
28587c97d8
@@ -134,6 +134,7 @@ wxMSW:
|
||||
- Improve wxMimeTypesManager open command detection (Eric Jensen).
|
||||
- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable.
|
||||
- Fix handling crashes in wxEVT_PAINT event handlers.
|
||||
- Fix wxStackWalker to work with Unicode identifiers (Suzumizaki-kimitaka).
|
||||
- Fix appearance of toggled wxToggleButtons with bitmap (tm).
|
||||
- Fix setting menu item bitmaps after appending them (Artur Wieczorek).
|
||||
- Fix setting label of submenu items (Artur Wieczorek).
|
||||
|
Reference in New Issue
Block a user