]> git.saurik.com Git - wxWidgets.git/commitdiff
define wxUSE_REGKEY for WinCE too (closes #10211)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Nov 2008 23:21:37 +0000 (23:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Nov 2008 23:21:37 +0000 (23:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/setup.h

index f6457c1fab3f9729f663368365ebca0dc2a3229d..e31784dba37aa4fc06c860113bef4125f41abc17 100644 (file)
 // 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
 // ----------------------------------------------------------------------------