// 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
// ----------------------------------------------------------------------------
#define TEST_SNGLINST
#define TEST_FTP
#define TEST_INFO_FUNCTIONS
-#define TEST_REGEX
+#if wxUSE_REGEX
+ #define TEST_REGEX
+#endif
#define TEST_DATETIME
// ----------------------------------------------------------------------------