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
+4
View File
@@ -13,6 +13,8 @@
#include "testprec.h"
#if wxUSE_XML
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif // WX_PRECOMP
@@ -626,3 +628,5 @@ TEST_CASE("XML::Load", "[xml][.]")
WARN("Dump of " << file << ":\n" << sos.GetString());
}
#endif // wxUSE_XML