fix a few defines
authorGerald Carter <jerry@samba.org>
Wed, 27 Feb 2002 00:05:00 +0000 (00:05 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 27 Feb 2002 00:05:00 +0000 (00:05 +0000)
(This used to be commit 0a3363ae686205c416c75e16f8d6ee55dc4366b5)

source3/include/nterr.h

index 1bc5a1dd8984a465206b7f78f045a36d90d02b6c..ef8e6bd27f52fbea0d4a2794a945acf54a83c563 100644 (file)
@@ -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. */