mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[PSDK] Add missing NERR_IsDfsShare to lmerr.h.
This commit is contained in:
parent
73b679e4a6
commit
7021115c21
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue