On Fri, 22 Dec 2023, LIU Hao wrote:
在 2023/12/22 18:34, Martin Storsjö 写道:
This should have less critical effect on code generation compared
to marking RtlCaptureContext as returns_twice, but can avoid
compiler warnings in some cases (although I don't have such
a case at hand right now).
Signed-off-by: Martin Storsjö <mar...@martin.st>
---
mingw-w64-headers/include/winnt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Looks good to me, too.
I actually had a look at Wine's implementation. This function calls
`NtContinue()` which is a request to replace the execution context, so it's
likely not to return.
Thanks, pushed now.
// Martin
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public