removed wxUSE_BUILTIN_REGEX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2003-12-30 23:41:47 +00:00
parent 1c29c1fead
commit 122c9be085
2 changed files with 0 additions and 7 deletions

View File

@@ -52,12 +52,6 @@
#include "wx/regex.h" #include "wx/regex.h"
#if wxUSE_UNICODE
# if !defined(wxUSE_BUILTIN_REGEX)
# error "Unicode not supported with system regex, please reconfigure with --with-regex=builtin"
# endif
#endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// private classes // private classes
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -44,7 +44,6 @@ extern "C" {
WXWINDOWS CUSTOM WXWINDOWS CUSTOM
*****************************/ *****************************/
#ifndef _REGEX_CUSTOM_H_ #ifndef _REGEX_CUSTOM_H_
# define wxUSE_BUILTIN_REGEX
# define wx_wchar wxChar # define wx_wchar wxChar
/* FreeBSD, Watcom and DMars require this, CW doesn't have nor need it. */ /* FreeBSD, Watcom and DMars require this, CW doesn't have nor need it. */
/* Others also don't seem to need it. If you have an error related to */ /* Others also don't seem to need it. If you have an error related to */