Alexandre Julliard pushed to branch master at wine / wine
Commits: ee2f9da8 by Louis Lenders at 2025-11-24T11:10:56+01:00 wbemprox: Use case insensitive search in get_method.
Found this while doing a few tests invoking methods in powershell core. Simple way to reproduce is install powershell core and then do: wine pwsh -c '$binarySD = @($null); [void]([wmiclass]"__SystemSecurity").InvokeMethod("getSD",$binarySD); $binarySD'
- - - - -
2 changed files:
- dlls/wbemprox/table.c - dlls/wbemprox/tests/query.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ee2f9da85dc2b13ad17dc4840ce4674...