Only define wxUSE_XTEST in Unix-specific headers
This symbol is not needed and doesn't make sense in wxMSW.
This commit is contained in:
12
setup.h.in
12
setup.h.in
@@ -570,8 +570,6 @@
|
||||
|
||||
#define wxUSE_UIACTIONSIMULATOR 0
|
||||
|
||||
#define wxUSE_XTEST 0
|
||||
|
||||
|
||||
#define wxUSE_POSTSCRIPT 0
|
||||
|
||||
@@ -639,6 +637,16 @@
|
||||
|
||||
#define wxUSE_GSTREAMER_PLAYER 0
|
||||
|
||||
/*
|
||||
Use XTest extension to implement wxUIActionSimulator?
|
||||
|
||||
Default is 1, it is set to 0 if the necessary headers/libraries are not
|
||||
found by configure.
|
||||
|
||||
Recommended setting: 1, wxUIActionSimulator won't work in wxGTK3 without it.
|
||||
*/
|
||||
#define wxUSE_XTEST 0
|
||||
|
||||
/* --- start MSW options --- */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user