From ba0c92a67d6f0f6fd2079b0b4c6b3b8b71b719d2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 21 Jul 2007 12:58:59 +0000 Subject: [PATCH] regenerated MSW part from wx/msw/setup_inc.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 55 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 19 deletions(-) diff --git a/setup.h.in b/setup.h.in index 9c7f54691f..c846ec1bad 100644 --- a/setup.h.in +++ b/setup.h.in @@ -556,35 +556,52 @@ #define wxUSE_SELECT_DISPATCHER 0 #define wxUSE_EPOLL_DISPATCHER 0 -/* for some features we don't have dedicated configure switches, so just choose - * the common values automatically */ -#if (defined(__WIN32__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__) -#define wxUSE_OWNER_DRAWN 1 -#else -#define wxUSE_OWNER_DRAWN 0 -#endif +#define wxUSE_UNICODE_UTF8 0 +#define wxUSE_UTF8_LOCALE_ONLY 0 -#if defined(__WIN32__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__) -#define wxUSE_RICHEDIT 1 -#define wxUSE_RICHEDIT2 1 -#else -#define wxUSE_RICHEDIT 0 -#define wxUSE_RICHEDIT2 0 +/* --- start MSW options --- */ + +#ifndef wxUSE_UNICODE_MSLU + #define wxUSE_UNICODE_MSLU 0 #endif -#define wxUSE_INKEDIT 0 +#define wxUSE_MFC 0 -#define wxUSE_UNICODE_MSLU 0 +#define wxUSE_OLE 0 -#define wxUSE_UNICODE_UTF8 0 +#define wxUSE_OLE_AUTOMATION 0 -#define wxUSE_UTF8_LOCALE_ONLY 0 +#define wxUSE_ACTIVEX 0 -/* wxMSW-only options */ #define wxUSE_DC_CACHEING 0 + +#define wxUSE_WXDIB 0 + +#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0 + +#define wxUSE_RICHEDIT 0 + +#define wxUSE_RICHEDIT2 0 + +#define wxUSE_OWNER_DRAWN 0 + +#define wxUSE_UXTHEME 0 + +#define wxUSE_UXTHEME_AUTO 0 + +#define wxUSE_INKEDIT 0 + + +#define wxUSE_DATEPICKCTRL_GENERIC 0 + + #define wxUSE_CRASHREPORT 0 -#define wxUSE_GADGETS 0 + + +#define wxUSE_BITMAP_MESSAGE 0 + +/* --- end MSW options --- */ /* * Supports bool type -- 2.45.2