Fix wxUSE_XTEST location in include/wx/osx/setup.h
Move it out from the auto-generated section to avoid losing it during the next
build/update-setup-h execution (see e24bc249e4
which added this option in the wrong place).
This commit is contained in:
parent
7ce3693956
commit
5283fa14a7
@ -1439,10 +1439,6 @@
|
|||||||
// Compile wxUIActionSimulator class?
|
// Compile wxUIActionSimulator class?
|
||||||
#define wxUSE_UIACTIONSIMULATOR 1
|
#define wxUSE_UIACTIONSIMULATOR 1
|
||||||
|
|
||||||
// This is only used under Unix, but needs to be defined here as it's checked
|
|
||||||
// by wx/unix/chkconf.h.
|
|
||||||
#define wxUSE_XTEST 0
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxDC classes for various output formats
|
// wxDC classes for various output formats
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@ -1553,6 +1549,10 @@
|
|||||||
*/
|
*/
|
||||||
#define wxUSE_GSTREAMER 0
|
#define wxUSE_GSTREAMER 0
|
||||||
|
|
||||||
|
// This is only used under Unix, but needs to be defined here as it's checked
|
||||||
|
// by wx/unix/chkconf.h.
|
||||||
|
#define wxUSE_XTEST 0
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Mac-specific settings
|
// Mac-specific settings
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user