#include <ctype.h>
#include <limits.h>
-#include "./../../include/wx/wxchar.h"
+#include "wx/wxchar.h"
/**
*
#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_ */