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

@@ -41,3 +41,11 @@
# endif
# endif
#endif /* wxUSE_GSTREAMER */
#ifndef wxUSE_XTEST
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_XTEST must be defined, please read comment near the top of this file."
# else
# define wxUSE_XTEST 0
# endif
#endif /* !defined(wxUSE_XTEST) */