add wxUSE_OLE_AUTOMATION here too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-09-26 12:33:07 +00:00
parent 9969fdfeea
commit c55bced6d7

View File

@ -697,9 +697,10 @@
*/
#define wxUSE_X_RESOURCES 0
/*
* Use OLE (MSW only)
* Use OLE and OLE Automation (MSW only)
*/
#define wxUSE_OLE 0
#define wxUSE_OLE_AUTOMATION 0
/* for compatibility */
#define wxUSE_WX_RESOURCES wxUSE_RESOURCES