diff options
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r-- | source3/include/nterr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index 417719625e..6cf5a756d2 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -37,9 +37,6 @@ #define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c) #define ERROR_INVALID_DATATYPE NT_STATUS(0x070c) -/* Special "invalid" NT status code. */ -#define NT_STATUS_INVALID NT_STATUS(0xFFFFFFFF) - /* Win32 Error codes extracted using a loop in smbclient then printing a netmon sniff to a file. */ |