ntdll: Treat '>' the same as '?' in match_filename().
commit690a0699189b26d4821d614dfa9704f49cf610a7
authorZebediah Figura <zfigura@codeweavers.com>
Wed, 3 Feb 2021 00:17:15 +0000 (2 18:17 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 Feb 2021 08:15:37 +0000 (3 09:15 +0100)
tree9400c8707802dec1b7b8df22442e314b4957ded5
parentf73dc32e6e9acc51e636abb744629d4dc3ef4af8
ntdll: Treat '>' the same as '?' in match_filename().

They differ in strange ways, as the tests show, but the basic behaviour of '>' is similar to '?'.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=22635
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/unix/file.c