]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/interactive/input.cpp
Use wxFindWindowAtPoint() for hit testing in wxPopupTransientWindow.
[wxWidgets.git] / tests / interactive / input.cpp
index 8344ef5c6aee21c566e10280ab496ae0a46fd066..7c8f11f7767bf63a89bc7bc4de3f3ea3843468ee 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Miscellaneous tests requiring user input
 // Author:      Francesco Montorsi (extracted from console sample)
 // Created:     2010-06-21
 // 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
 ///////////////////////////////////////////////////////////////////////////////
 
 // Copyright:   (c) 2010 wxWidgets team
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -32,7 +31,9 @@
 #define TEST_SNGLINST
 #define TEST_FTP
 #define TEST_INFO_FUNCTIONS
 #define TEST_SNGLINST
 #define TEST_FTP
 #define TEST_INFO_FUNCTIONS
-#define TEST_REGEX
+#if wxUSE_REGEX
+    #define TEST_REGEX
+#endif
 #define TEST_DATETIME
 
 // ----------------------------------------------------------------------------
 #define TEST_DATETIME
 
 // ----------------------------------------------------------------------------