]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/regextest.cpp
Use a non-uniform bitmap for image tests in the graphics benchmark.
[wxWidgets.git] / tests / regex / regextest.cpp
index b12782a166f20f685bb9345f4e4315c11c7d16d2..c31b63983475f06acc2e7d44468f7bf504e6d3a7 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Mike Wetherell
 // RCS-ID:      $Id$
 // Copyright:   (c) 2004 Mike Wetherell
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 //
@@ -36,6 +36,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_REGEX
+
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
     #include "wx/wx.h"
@@ -393,3 +395,5 @@ void RegExTestSuite::add(
 
 
 #endif // wxHAS_REGEX_ADVANCED
+
+#endif // wxUSE_REGEX