Eric Pouech eric.pouech@orange.fr writes:
A+
include/wine/regexw.h | 66 ++++++ libs/port/Makefile.in | 1 libs/port/regexw.c | 513 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 580 insertions(+), 0 deletions(-) create mode 100644 include/wine/regexw.h create mode 100644 libs/port/regexw.c
I still think dbghelp should do its own regexp matching. It's not hard to do, and it would avoid the ugly regexp munging we have now. We don't really need a Posix compliant regexp.