From d1baa1fda928bfcc1998575f2af71aaa001402aa Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 6 Jan 2002 02:55:37 +0000 Subject: DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent to NT_STATUS_UNSUCCESSFUL according to AB's funky new error map. (This used to be commit 9c968fbb017d3369ac207e65348a9a22dbed0213) --- source3/include/doserr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/doserr.h') diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 09f7a36f9f..3262370dfd 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -51,6 +51,7 @@ #define ERRremcd 16 /* Attempt to delete current directory */ #define ERRdiffdevice 17 /* rename/move across different filesystems */ #define ERRnofiles 18 /* no more files found in file search */ +#define ERRgeneral 31 /* General failure */ #define ERRbadshare 32 /* Share mode on file conflict with open mode */ #define ERRlock 33 /* Lock request conflicts with existing lock */ #define ERRunsup 50 /* Request unsupported, returned by Win 95, RJS 20Jun98 */ -- cgit