Francois Gouget b4df2417c4 Review and fix regular expressions of the form /^foo|bar$/.
Replace regular expressions with simple string comparisons where
possible.
Use '(?:subregexp)' instead of '(subregexp)' wherever possible.
'dlls/gdi' does not have a win16drv subdirectory anymore so simplify
regular expressions accordingly.
2004-10-22 19:55:42 +00:00
..
2004-08-20 19:33:17 +00:00
2003-08-08 21:04:17 +00:00
2002-11-27 20:11:10 +00:00
2004-10-21 22:28:28 +00:00