When dmSize is zero or greter than size of input buffer, `IsValidDevmodeW()`
failed in Windows 10.
But current implementation in wine, it will return `true` because
there is no check to `dm.dmSize`.
--
v2: winspool: Check dmSize in IsValidDevmodeW
https://gitlab.winehq.org/wine/wine/-/merge_requests/2262
Public API for parsing and serialising DXBC blobs.
--
v3: vkd3d-shader/dxbc: Introduce API for serialising DXBC blobs.
vkd3d-shader/dxbc: Introduce API for parsing DXBC blobs.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/103
--
v3: winegstreamer: Implement ProcessInput and ProcessOutput for WMV decoder DMO.
winegstreamer: Create wg_transform for WMV decoder.
winegstreamer: Better handle framerate.
winegstreamer: Add format field to wmv wg_format.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2258
When count = 0, returned value may become -1 which seems wrong in
the case of successful process_events() call. Also MSDN suggests
that `count` may be a valid return value in this case. When -1 is
returned, it may cause SetLastError to -1 as well which is not a
valid error code AFAIK.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54405
--
v2: wine32u: move count fixup out of MsgWaitForMultipleObjectsEx drivers
https://gitlab.winehq.org/wine/wine/-/merge_requests/2067
--
v2: msvcrt: Fix _wdupenv_s behavior with missing env var.
msvcrt: Fix _dupenv_s behavior with missing env var.
msvcr80/tests: Test _wdupenv_s outcome with missing env var.
msvcr80/tests: Test _dupenv_s outcome with missing env var.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2267