Add some guards against missing build options

This commit is contained in:
Maarten Bent
2026-06-06 12:43:17 +02:00
parent a967bead1a
commit a113ddc9e5
9 changed files with 38 additions and 1 deletions
+3 -1
View File
@@ -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