Add support for CURRENCY and SCODE to MSW OLE helpers.

This allows to call OLE Automation methods taking parameters or returning
values of these types.

Closes #14225.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-07-14 20:10:58 +00:00
parent e9e077a843
commit 6c32fb8f9d
3 changed files with 185 additions and 2 deletions

View File

@@ -525,6 +525,7 @@ Major new features in this release
2.9.5: (released ????-??-??)
----------------------------
All (GUI):
@@ -535,6 +536,10 @@ wxGTK:
- Allow building wxGTK3 with Broadway backend (Kolya Kosenko).
wxMSW:
- Add support for CURRENCY and SCODE types to OLE Automation helpers (PB).
2.9.4: (released 2012-07-09)
------