--
v3: amstream: Implement dynamic formats in ddraw stream.
amstream/tests: Test for dynamic formats in ddraw stream.
amstream: Implement custom allocator for ddraw stream.
amstream/tests: Test for custom allocator in ddraw stream.
amstream: Release allocator when Disconnect is called in ddraw stream.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7715
Implementation and test function for ADsBuildVarArrayInt, using ADsBuildVarArrayStr as reference.
- /dlls/activeds/activeds_main.c
- /dlls/activeds/tests/activeds.c
- /include/adshlp.h
--
v8: activeds: Implement ADsBuildVarArrayInt.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7752
This patch implements the sysinfo_get_UserName function, an existing FIXME for adsldp.
--
v2: adsldp/tests: remove todos from sysinfo
Implement sysinfo_get_UserName in adsldp.c
https://gitlab.winehq.org/wine/wine/-/merge_requests/7745