mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
af6bf7714d
This allows the compiler to catch uses of incorrectly typed arguments for [NT_STATUS|W_ERROR]_IS_OK() and [NT_STATUS|W_ERROR]_EQUAL(). I.e. WERROR werr; werr = my_fn(); /* XXX returns WERROR type */ if (NT_STATUS_EQUAL(werr, NT_STATUS_OBJECT_NAME_COLLISION)) { |
||
---|---|---|
.. | ||
doserr.c | ||
doserr.h | ||
errmap_unix.c | ||
error.h | ||
errormap.c | ||
nterr.c | ||
ntstatus.h | ||
tstream.c | ||
tstream.h | ||
werror.h | ||
wscript_build |