From 9165395fd1a8f929850e86028946b770af9e38e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 8 Jul 2001 22:54:13 +0000 Subject: [PATCH] added wxUSE_OLE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.h.in b/setup.h.in index 1a904e5400..73a9064fd8 100644 --- a/setup.h.in +++ b/setup.h.in @@ -618,6 +618,10 @@ * Use dnd */ #define wxUSE_DRAG_AND_DROP 0 +/* + * Use OLE (MSW only) + */ +#define wxUSE_OLE 0 /* * Use spline */ -- 2.45.2