From c55bced6d7767dcf071339d7f2d9599eefc0e125 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 26 Sep 2006 12:33:07 +0000 Subject: [PATCH] add wxUSE_OLE_AUTOMATION here too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.h.in b/setup.h.in index bc60915bcb..fbeee17c56 100644 --- a/setup.h.in +++ b/setup.h.in @@ -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