On 9/7/21 2:38 PM, Alexandre Julliard wrote:
Zebediah Figura zfigura@codeweavers.com writes:
Signed-off-by: Zebediah Figura zfigura@codeweavers.com
dlls/ntoskrnl.exe/ntoskrnl.c | 22 ---------------------- server/async.c | 9 ++++++++- server/device.c | 23 ++++++++++------------- 3 files changed, 18 insertions(+), 36 deletions(-)
This breaks the tests:
tools/runtest -q -P wine -T . -M httpapi.dll -p dlls/httpapi/tests/httpapi_test.exe httpapi && touch dlls/httpapi/tests/httpapi.ok httpapi.c:355: Test failed: Got error 996. httpapi.c:356: Test failed: Got size 3735928559. make: *** [Makefile:62335: dlls/httpapi/tests/httpapi.ok] Error 2
The attached patch should fix it. The rest of the series should remain unchanged.