From: Václav Slavík Date: Sun, 8 Jul 2001 22:54:13 +0000 (+0000) Subject: added wxUSE_OLE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9165395fd1a8f929850e86028946b770af9e38e2 added wxUSE_OLE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 */