kernel32/tests: Use sizeof(STARTUPINFOEX) for STARTUPINFOEX.STARTUPINFO.cb in process...
commit45a48b5a84a138028c9fa709676e2258f0a01dbc
authorPaul Gofman <pgofman@codeweavers.com>
Thu, 13 May 2021 20:08:00 +0000 (13 23:08 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 14 May 2021 18:57:34 +0000 (14 20:57 +0200)
tree019451612dd16e26e3497f0a1f7371afb4395708
parent522e13e6825f9dd50ddb7ddc079f0abf5dfd1034
kernel32/tests: Use sizeof(STARTUPINFOEX) for STARTUPINFOEX.STARTUPINFO.cb in process tests.

Fixes some test failures on a few Testbot machines when the process attributes are
just ignored.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernel32/tests/process.c