From: Vadim Zeitlin Date: Thu, 20 Nov 2008 23:21:37 +0000 (+0000) Subject: define wxUSE_REGKEY for WinCE too (closes #10211) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/80e5b0b1434abc35ec77279ee42b5237bdee854d define wxUSE_REGKEY for WinCE too (closes #10211) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index f6457c1fab..e31784dba3 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1290,6 +1290,13 @@ // 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 // ----------------------------------------------------------------------------