1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

fix a few defines

This commit is contained in:
Gerald Carter 0001-01-01 00:00:00 +00:00
parent d56b8a30c5
commit 0a3363ae68

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