Re: [PATCH v8 0/3] MR600: wine{alsa,pulse}: Merge unixlib.h, move it into mmdevapi
9 Sep
2022
9 Sep
'22
7:33 a.m.
Davide Beatrici (@davidebeatrici) commented about dlls/mmdevapi/unixlib.h:
struct release_capture_buffer_params { stream_handle stream; - UINT32 done; + BOOL done; This was supposed to remain `UINT32`, I got confused by the variable's name.
`BOOL` is basically the same data type, but it should only be used for flags. `BOOLEAN` would be better for that though, as it's single-byte. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/600#note_8068
1199
Age (days ago)
1199
Last active (days ago)
0 comments
1 participants
participants (1)
-
Davide Beatrici (@davidebeatrici)