[Git][wine/wine][master] wbemprox: Use case insensitive search in get_method.
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... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ee2f9da85dc2b13ad17dc4840ce4674... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)