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`.