Reverted last change (use of regex) that broke eVC4 compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-02-04 12:26:20 +00:00
parent 789c5f4a8d
commit 3e27ea5908
3 changed files with 127 additions and 136 deletions

View File

@@ -439,7 +439,7 @@
//
// Recommended setting: 1 if your compiler supports it, if it doesn't please
// contribute us a makefile for src/regex for it
#define wxUSE_REGEX 1
#define wxUSE_REGEX 0
// wxSystemOptions class
#define wxUSE_SYSTEM_OPTIONS 1