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:
@@ -1290,6 +1290,13 @@
|
|||||||
// Set this to 1 to enable wxDIB (don't change unless you have reason to)
|
// Set this to 1 to enable wxDIB (don't change unless you have reason to)
|
||||||
#define wxUSE_WXDIB 1
|
#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
|
// Windows CE specific stuff
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user