]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/interactive/input.cpp
Remove wxDialog::OnSysColourChanged() documentation.
[wxWidgets.git] / tests / interactive / input.cpp
index f4575c9a9cabdc079b43b28b5467b7ca9eca8cda..1e45d503094bd64d5f15c601ed33b11e2a485e8a 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/app.h"
+#include "wx/wxcrt.h"           // for wxPuts
+#include "wx/wxcrtvararg.h"     // for wxPrintf
+
 // ----------------------------------------------------------------------------
 // conditional compilation
 // ----------------------------------------------------------------------------
@@ -28,7 +32,9 @@
 #define TEST_SNGLINST
 #define TEST_FTP
 #define TEST_INFO_FUNCTIONS
-#define TEST_REGEX
+#if wxUSE_REGEX
+    #define TEST_REGEX
+#endif
 #define TEST_DATETIME
 
 // ----------------------------------------------------------------------------