https://bugs.winehq.org/show_bug.cgi?id=50026
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- patch sent: https://www.winehq.org/pipermail/wine-devel/2020-October/175786.html
Additional info: The following command fails in win10 mode due to missing stub:
wine pwsh -c "(Get-PSDrive C).Free"
Attempting to perform the Start operation on the 'FileSystem' provider failed. Unable to find an entry point named 'RtlQueryProcessPlaceholderCompatibilityMode' in DLL 'ntdll.dll'. Get-PSDrive: Cannot find drive. A drive with the name 'C' does not exist.
With the patch (stub) it reports correctly:
wine pwsh -c "(Get-PSDrive C).Free" 7910072320