Signed-off-by: YeshunYe <yeyeshun(a)uniontech.com>
find supports /I for case-insensitive search.
In practice, however, find /i also works (tested on WinXP, Win7, and Win10).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8005
Some various bits before tackling the symbols part:
- some speed ups in loading with implementing a cache,
- no longer fail on some managed symbols information in PDB,
- a fix for children request.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8003