X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/539fb7a26cb7caadea92a88fc82c417f29140b0f..b0fb0f3c71c527b5c5cb839355c88766b6f8c888:/src/regex/regcustom.h diff --git a/src/regex/regcustom.h b/src/regex/regcustom.h index c4ff85749e..4f2dc97cbf 100644 --- a/src/regex/regcustom.h +++ b/src/regex/regcustom.h @@ -85,6 +85,8 @@ typedef long celt; /* type to hold chr, MCCE number, or #define iscdigit(x) wx_isdigit(x) #define iscspace(x) wx_isspace(x) +extern int wx_strlen(const wx_wchar* szString); + /* and pick up the standard header */ #include "regex.h"