DBGHELP: portability fix

Hans Leidekker hans at it.vu.nl
Mon Oct 11 08:21:26 CDT 2004


There's a configure check for regex.h and dbghelp uses it to
conditionally include regex.h but then it goes on to use regex
types and functions unconditionally. This patch fixes that and
with it dbghelp builds on MinGW.

Changelog:
  Protect use of regex types and functions by #ifdef HAVE_REGEX_H.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dbghelp_symbol_c.diff
Type: text/x-diff
Size: 3295 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041011/eee44f6a/dbghelp_symbol_c.bin


More information about the wine-patches mailing list