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

@@ -1403,9 +1403,6 @@
// Compile wxUIActionSimulator class?
#define wxUSE_UIACTIONSIMULATOR 1
// Use the XTest extension for wxUIActionSimulator?
#define wxUSE_XTEST 1
// ----------------------------------------------------------------------------
// wxDC classes for various output formats
// ----------------------------------------------------------------------------