X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34cbe514cf01425bdb928c133404ab7b97a661a4..b0fb0f3c71c527b5c5cb839355c88766b6f8c888:/src/regex/regcustom.h diff --git a/src/regex/regcustom.h b/src/regex/regcustom.h index cbd3bb9a31..4f2dc97cbf 100644 --- a/src/regex/regcustom.h +++ b/src/regex/regcustom.h @@ -43,6 +43,7 @@ #include #include +#include #include #include @@ -84,7 +85,9 @@ 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" -#endif /* _REGEX_CUSTOM_H_ */ \ No newline at end of file +#endif /* _REGEX_CUSTOM_H_ */