mrac tries to get function pointers for these functions using MmGetSystemRoutineAddress, I haven't seen them being used by it, but might as well implement it since they are very easy to implement.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/914
--
v5: mf/tests: Dump image samples with a BMP header and RGB data.
mf/tests: Rename transform frame dumps to BMP.
mf/tests: Check all produced output IMFSample at the same time.
mf/tests: Factor IMFSample attributes checks in check_mf_sample.
mf/tests: Factor IMFSample checks in a check_mf_sample helper.
mf/tests: Introduce a new dump_mf_sample helper.
mf/tests: Introduce a new load_resource helper.
mf/tests: Factor IMFTransform_ProcessOutput checks together.
mf/tests: Use separate variables for input / output samples.
https://gitlab.winehq.org/wine/wine/-/merge_requests/887
Fix bugs in FileSystemObject text-file handling
OpenTextFile(...,ForWriting,True) should either create a new file,
or open and truncate an existing one
OpenTextFile(...,ForAppending,?,True) should write a BOM
if appending to an existing-but-empty file
--
v2: scrrun: Fix bugs in FileSystemObject text-file handling
https://gitlab.winehq.org/wine/wine/-/merge_requests/898
This basic implementation is sufficient to fix .NET applications that use System.Security.Principal.WindowsIdentity.AuthenticationType.
--
v5: secur32: Implement basic functionality for LsaGetLogonSessionData.
https://gitlab.winehq.org/wine/wine/-/merge_requests/907
This basic implementation is sufficient to fix .NET applications that use System.Security.Principal.WindowsIdentity.AuthenticationType.
--
v4: secur32: Implement basic functionality for LsaGetLogonSessionData.
secur32/tests: Add tests for LsaGetLogonSessionData.
https://gitlab.winehq.org/wine/wine/-/merge_requests/907