]> git.saurik.com Git - wxWidgets.git/commitdiff
regenerated MSW part from wx/msw/setup_inc.h
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jul 2007 12:58:59 +0000 (12:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jul 2007 12:58:59 +0000 (12:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 9c7f54691fa0e65e30ee5e101bbd3b667c14b9bc..c846ec1bad68ea4b10898fbfb072ac4aef618083 100644 (file)
 #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