--
v2: conhost: Imrove best matching font selection in set_first_font.
conhost: Merge validate_font and validate_font_metric helpers.
conhost: Allow raster fonts in enum_first_font_proc.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7777
Calling MFScheduleWorkItemEx() schedules the operation in the timer
queue, but unless GetParameters() returns the timer queue, callback
invocation will occur in the standard queue.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7696
Implementation and test function for ADsBuildVarArrayInt, using ADsBuildVarArrayStr as reference.
- /dlls/activeds/activeds_main.c
- /dlls/activeds/tests/activeds.c
- /include/adshlp.h
--
v14: activeds: Implement ADsBuildVarArrayInt.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7752