]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regcustom.h
Applied patch [ 882493 ] Added XRC support for wxStatusBar
[wxWidgets.git] / src / regex / regcustom.h
index 804c4b32af91320f5cc101a73d6cb5b41edc784e..4f2dc97cbfd9bc7a6c32079b7f9b8f575a38e57e 100644 (file)
@@ -47,7 +47,7 @@
 #include <ctype.h>
 #include <limits.h>
 
-#include "./../../include/wx/wxchar.h"
+#include "wx/wxchar.h"
 
 /**
 *
@@ -85,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_ */