1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

fix a few defines

(This used to be commit 0a3363ae686205c416c75e16f8d6ee55dc4366b5)
This commit is contained in:
Gerald Carter 2002-02-27 00:05:00 +00:00
parent 570cdd8529
commit 588fbe8f0c

View 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. */