diff options
author | Gerald Carter <jerry@samba.org> | 2002-02-27 00:05:00 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-02-27 00:05:00 +0000 |
commit | 0a3363ae686205c416c75e16f8d6ee55dc4366b5 (patch) | |
tree | da5b233628d63f1b2bdd0a2cac32076357f5a3b1 | |
parent | d56b8a30c5ca55b718ad706875aa6579a48a0768 (diff) | |
download | samba-0a3363ae686205c416c75e16f8d6ee55dc4366b5.tar.gz samba-0a3363ae686205c416c75e16f8d6ee55dc4366b5.tar.xz samba-0a3363ae686205c416c75e16f8d6ee55dc4366b5.zip |
fix a few defines
-rw-r--r-- | source/include/nterr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/nterr.h b/source/include/nterr.h index 1bc5a1dd898..ef8e6bd27f5 100644 --- a/source/include/nterr.h +++ b/source/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. */ |