Add support for VT_I8 (long long) values to wxAutomationObject.

Just map VT_I8 to wxLongLong.

Closes #14210.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-04-14 22:31:57 +00:00
parent 4eeceb1573
commit 4b666be659
2 changed files with 14 additions and 0 deletions

View File

@@ -525,6 +525,7 @@ MSW:
- Implement wxGraphicsContext::SetInterpolationQuality() (Eric Jensen).
- Fix coordinate handling in wxDC::Blit() when source DC is a DIB.
- Fix handling of composite windows in wxToolTip (Armel Asselin).
- Add VT_I8 support to wxAutomationObject (PB).
OSX: