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
This commit is contained in:
parent
c3b4617752
commit
80e5b0b143
@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user