[PATCH 3/5] winternl.h: Remove inline DbgBreakPoint version.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- If we really need an inline version, I'd suggest to provide a compatibility version of__debugbreak() instead. dlls/kernel32/tests/debugger.c | 1 - include/winternl.h | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=54516 Your paranoid android. === w1064v1507 (32 bit report) === kernel32: debugger.c:143: Test failed: unable to open 'C:\Users\winetest\AppData\Local\Temp\wtFEF6.tmp' debugger.c:143: Test failed: failed to open: C:\Users\winetest\AppData\Local\Temp\wtFEF6.tmp debugger.c:546: Test failed: the child and debugged pids don't match: 856 != 2516 === debian9 (32 bit report) === ntdll: pipe.c:1557: Test failed: pipe is not signaled pipe.c:1557: Test failed: pipe is not signaled
participants (2)
-
Jacek Caban -
Marvin