mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 14:20:35 +08:00
Add some guards against missing build options
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#define TEST_SNGLINST
|
||||
#define TEST_FTP
|
||||
#if wxUSE_PROTOCOL_FTP
|
||||
#define TEST_FTP
|
||||
#endif
|
||||
#define TEST_INFO_FUNCTIONS
|
||||
#if wxUSE_REGEX
|
||||
#define TEST_REGEX
|
||||
|
||||
Reference in New Issue
Block a user