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
This commit is contained in:
Vadim Zeitlin
2007-07-21 12:58:59 +00:00
parent 508d12b224
commit ba0c92a67d

View File

@@ -556,35 +556,52 @@
#define wxUSE_SELECT_DISPATCHER 0 #define wxUSE_SELECT_DISPATCHER 0
#define wxUSE_EPOLL_DISPATCHER 0 #define wxUSE_EPOLL_DISPATCHER 0
/* for some features we don't have dedicated configure switches, so just choose #define wxUSE_UNICODE_UTF8 0
* the common values automatically */ #define wxUSE_UTF8_LOCALE_ONLY 0
#if (defined(__WIN32__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1 /* --- start MSW options --- */
#else
#define wxUSE_OWNER_DRAWN 0 #ifndef wxUSE_UNICODE_MSLU
#define wxUSE_UNICODE_MSLU 0
#endif #endif
#if defined(__WIN32__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__) #define wxUSE_MFC 0
#define wxUSE_RICHEDIT 1
#define wxUSE_RICHEDIT2 1 #define wxUSE_OLE 0
#else
#define wxUSE_OLE_AUTOMATION 0
#define wxUSE_ACTIVEX 0
#define wxUSE_DC_CACHEING 0
#define wxUSE_WXDIB 0
#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 0
#define wxUSE_RICHEDIT 0 #define wxUSE_RICHEDIT 0
#define wxUSE_RICHEDIT2 0 #define wxUSE_RICHEDIT2 0
#endif
#define wxUSE_OWNER_DRAWN 0
#define wxUSE_UXTHEME 0
#define wxUSE_UXTHEME_AUTO 0
#define wxUSE_INKEDIT 0 #define wxUSE_INKEDIT 0
#define wxUSE_UNICODE_MSLU 0
#define wxUSE_UNICODE_UTF8 0 #define wxUSE_DATEPICKCTRL_GENERIC 0
#define wxUSE_UTF8_LOCALE_ONLY 0
/* wxMSW-only options */
#define wxUSE_DC_CACHEING 0
#define wxUSE_CRASHREPORT 0 #define wxUSE_CRASHREPORT 0
#define wxUSE_GADGETS 0
#define wxUSE_BITMAP_MESSAGE 0
/* --- end MSW options --- */
/* /*
* Supports bool type * Supports bool type