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:
@@ -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
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user