Sweden-Number/dlls/ntdll
Jinoh Kang f37b953e07 ntdll: Support both HP-UX-like libunwind and LLVM libunwind error codes.
HP-UX libunwind uses the sign of error code to indicate whether the
operation was successful; however, LLVM always returns positive error
codes.

Normalise the sign of the error code so that it handles all flavours of
libunwind.

Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-12-09 18:43:51 +01:00
..
tests server: Fix querying debug port with restricted DACL. 2021-12-09 17:14:59 +01:00
unix ntdll: Support both HP-UX-like libunwind and LLVM libunwind error codes. 2021-12-09 18:43:51 +01:00
Makefile.in
actctx.c
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c
handletable.c
heap.c
large_int.c
loader.c ntdll: Remove __wine_init_unix_lib() and the old Unix library interface. 2021-12-09 17:14:59 +01:00
locale.c
make_errors
math.c
misc.c
ntdll.spec ntdll: Remove __wine_init_unix_lib() and the old Unix library interface. 2021-12-09 17:14:59 +01:00
ntdll_misc.h
path.c
printf.c
printf.h
process.c ntdll: Create a remote thread in DbgUiIssueRemoteBreakin(). 2021-11-09 22:02:54 +01:00
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c ntdll: Fix valid frame address range in ARM/ARM64. 2021-12-09 17:14:59 +01:00
signal_arm64.c ntdll: Fix valid frame address range in ARM/ARM64. 2021-12-09 17:14:59 +01:00
signal_i386.c
signal_x86_64.c
string.c
sync.c
thread.c
threadpool.c
time.c
unixlib.h ntdll: Remove __wine_init_unix_lib() and the old Unix library interface. 2021-12-09 17:14:59 +01:00
version.c
version.rc
wcstring.c