]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/setup.h
Complete rewrite of DoDrawBitmap() and DoBlit().
[wxWidgets.git] / include / wx / msw / wince / setup.h
index f6457c1fab3f9729f663368365ebca0dc2a3229d..f436ef8d00af6b6e2dcf09bd2bd6e9b8849edd7b 100644 (file)
 // Recommended setting: 1
 #define wxUSE_TOOLBOOK 1
 
-// wxTabDialog is a generic version of wxNotebook but it is incompatible with
-// the new class. It shouldn't be used in new code.
-//
-// Default is 0.
-//
-// Recommended setting: 0 (use wxNotebook)
-#define wxUSE_TAB_DIALOG    0
-
 // wxTaskBarIcon is a small notification icon shown in the system toolbar or
 // dock.
 //
 // Set this to 1 to enable wxDIB (don't change unless you have reason to)
 #define wxUSE_WXDIB 1
 
+// Set this to 1 to compile in wxRegKey class.
+//
+// Default is 1
+//
+// Recommended setting: 1, this is used internally by wx in a few places
+#define wxUSE_REGKEY 1
+
 // ----------------------------------------------------------------------------
 // Windows CE specific stuff
 // ----------------------------------------------------------------------------