From 588fbe8f0c38bd7a02ebba141039831278b364a7 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 27 Feb 2002 00:05:00 +0000 Subject: fix a few defines (This used to be commit 0a3363ae686205c416c75e16f8d6ee55dc4366b5) --- source3/include/nterr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/include/nterr.h b/source3/include/nterr.h index 1bc5a1dd89..ef8e6bd27f 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -33,6 +33,7 @@ #define ERROR_INVALID_PARAMETER NT_STATUS(0x0057) #define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a) #define STATUS_NOTIFY_ENUM_DIR NT_STATUS(0x010c) +#define ERROR_INVALID_DATATYPE NT_STATUS(0x070c) /* Win32 Error codes extracted using a loop in smbclient then printing a netmon sniff to a file. */ -- cgit