mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* Author: Stefan Csomor
|
||||
* Modified by:
|
||||
* Created: 2008-07-30
|
||||
* RCS-ID: $Id: chkconf.h 67232 2011-03-18 15:10:15Z DS $
|
||||
* RCS-ID: $Id: chkconf.h 69818 2011-11-25 14:37:03Z SC $
|
||||
* Copyright: (c) Stefan Csomor
|
||||
* Licence: wxWindows licence
|
||||
*/
|
||||
@ -66,6 +66,11 @@
|
||||
#define wxUSE_DATAVIEWCTRL 0
|
||||
#endif
|
||||
|
||||
#if wxUSE_TREELISTCTRL
|
||||
#undef wxUSE_TREELISTCTRL
|
||||
#define wxUSE_TREELISTCTRL 0
|
||||
#endif
|
||||
|
||||
#if wxUSE_DRAG_AND_DROP
|
||||
#undef wxUSE_DRAG_AND_DROP
|
||||
#define wxUSE_DRAG_AND_DROP 0
|
||||
@ -348,6 +353,16 @@
|
||||
#define wxUSE_RICHTEXT 0
|
||||
#endif
|
||||
|
||||
#if wxUSE_TIMEPICKCTRL
|
||||
#undef wxUSE_TIMEPICKCTRL
|
||||
#define wxUSE_TIMEPICKCTRL 0
|
||||
#endif
|
||||
|
||||
#if wxUSE_RICHTOOLTIP
|
||||
#undef wxUSE_RICHTOOLTIP
|
||||
#define wxUSE_RICHTOOLTIP 0
|
||||
#endif
|
||||
|
||||
#endif
|
||||
/* _WX_OSX_IPHONE_CHKCONF_H_ */
|
||||
|
||||
|
Reference in New Issue
Block a user