]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/interactive/input.cpp
XRC: make wxSplitterWindow's sashpos and minpanesize dimensions.
[wxWidgets.git] / tests / interactive / input.cpp
index f4575c9a9cabdc079b43b28b5467b7ca9eca8cda..7c8f11f7767bf63a89bc7bc4de3f3ea3843468ee 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Miscellaneous tests requiring user input
 // Author:      Francesco Montorsi (extracted from console sample)
 // Created:     2010-06-21
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 wxWidgets team
 ///////////////////////////////////////////////////////////////////////////////
 
     #pragma hdrstop
 #endif
 
+#include "wx/app.h"
+#include "wx/wxcrt.h"           // for wxPuts
+#include "wx/wxcrtvararg.h"     // for wxPrintf
+
 // ----------------------------------------------------------------------------
 // conditional compilation
 // ----------------------------------------------------------------------------
@@ -28,7 +31,9 @@
 #define TEST_SNGLINST
 #define TEST_FTP
 #define TEST_INFO_FUNCTIONS
-#define TEST_REGEX
+#if wxUSE_REGEX
+    #define TEST_REGEX
+#endif
 #define TEST_DATETIME
 
 // ----------------------------------------------------------------------------