diff options
Diffstat (limited to 'source4/include/doserr.h')
-rw-r--r-- | source4/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/doserr.h b/source4/include/doserr.h index 3264c8c68b..4493aeadff 100644 --- a/source4/include/doserr.h +++ b/source4/include/doserr.h @@ -63,6 +63,7 @@ #define ERRinvalidname 123 /* Invalid name */ #define ERRunknownlevel 124 #define ERRnotlocked 158 /* This region is not locked by this locking context. */ +#define ERRinvalidpath 161 #define ERRcancelviolation 173 #define ERRnoatomiclocks 174 #define ERRrename 183 |