Huw Davies (@huw) commented about dlls/winepulse.drv/unixlib.h:
struct create_stream_params { const char *name;
- const char *pulse_name;
- EDataFlow dataflow;
- AUDCLNT_SHAREMODE mode;
- const char *device;
- EDataFlow flow;
- AUDCLNT_SHAREMODE share; DWORD flags; REFERENCE_TIME duration; const WAVEFORMATEX *fmt;
This is missing the additon of a `period` element.
This becomes evident after the final commit in this MR when the (new style) wow64 32-bit tests fail. Please try to test those in the future.