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:
Vadim Zeitlin
2016-05-21 18:42:49 +02:00
parent 54a6c44a77
commit e82c619402
10 changed files with 18 additions and 31 deletions

View File

@@ -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 --- */