--
v2: wldap32/tests: Add some tests for LDAP authentication to a Kerberos DC.
wldap32: ldap_init() should resolve NULL hostname to default Kerberos DC.
wldap32: Use correct host when connecting to Kerberos DC.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7235
Modern Windows versions do not export these symbols.
The symbol `??0?$CDynamicArray@GPAG@QAE@I@Z` uses an unusual mangling scheme that no existing tool understands.
This causes issues on ARM64EC, which requires demangling when generating an import library.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7246
"DIR /o" (no order specifier after /o) hasn't functioned the same as it does on Windows. This change makes the functionality of /o by itself equivalent to behavior on Windows.
--
v13: programs/cmd: Add tests patch from @epo.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7131