[PSDK] Add missing NERR_IsDfsShare to lmerr.h.

This commit is contained in:
Eric Kohl 2018-11-11 19:33:49 +01:00
parent 73b679e4a6
commit 7021115c21

View file

@ -153,6 +153,7 @@
#define NERR_DeviceShareConflict (NERR_BASE+218)
#define NERR_BrowserTableIncomplete (NERR_BASE+219)
#define NERR_NotLocalDomain (NERR_BASE+220)
#define NERR_IsDfsShare (NERR_BASE+221)
#define NERR_DevInvalidOpCode (NERR_BASE+231)
#define NERR_DevNotFound (NERR_BASE+232)
#define NERR_DevNotOpen (NERR_BASE+233)