]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/regextest.cpp
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / tests / regex / regextest.cpp
index bfe200932a213590f3124232bf423d520f7a8dcc..44592fa3002fca4342e8a99a62c99838e8855259 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        tests/regex/regex.cpp
 // Purpose:     Test the built-in regex lib and wxRegEx
 // Author:      Mike Wetherell
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Mike Wetherell
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -36,6 +35,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_REGEX
+
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
     #include "wx/wx.h"
@@ -393,3 +394,5 @@ void RegExTestSuite::add(
 
 
 #endif // wxHAS_REGEX_ADVANCED
+
+#endif // wxUSE_REGEX