Ticket #14860 (closed defect: fixed)
safearray.cpp missing guard for wxUSE_OLE == 0
| Reported by: | staticinline | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9.5 |
| Component: | wxMSW | Version: | 2.9-svn |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
The guard "#if wxUSE_OLE && wxUSE_VARIANT" in safearray.h should also exist in safearray.cpp. Otherwise, safearray.cpp won't compile when wxUSE_OLE is 0. The attached patch fixes this. Other src/msw/ole/*.cpp files already do this type of thing.
Note: safearray.cpp was recently added (r72543, 2012-09-23).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

