X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85b6c59b8967e04997c6a0e89b115ff1349d7adf..b0fb0f3c71c527b5c5cb839355c88766b6f8c888:/src/regex/regcustom.h diff --git a/src/regex/regcustom.h b/src/regex/regcustom.h index bd55210c37..4f2dc97cbf 100644 --- a/src/regex/regcustom.h +++ b/src/regex/regcustom.h @@ -43,10 +43,11 @@ #include #include +#include #include #include -#include "./../../include/wx/wxchar.h" +#include "wx/wxchar.h" /** * @@ -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_ */