Current implementation handles correctly % only at the end of the
string. Nothing else matches.
The new implementation while naïve and recursive handles both _ and *
correctly.
--
v3: wbemprox: Reimplement LIKE.
wbemprox/tests: Test LIKE queries.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4993