Aug. 9, 2022
12:01 p.m.
Huw Davies (@huw) commented about dlls/mmdevapi/unixlib.h:
{ stream_handle stream; UINT32 written_frames; - UINT flags; + DWORD flags; I was actually trying to avoid using `DWORD` or `(U)LONG` in the unixlib interface, so I'd rather keep this (and similar ones) as `UINT`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/600#note_5912