From e4c13c51fa559d24da73f57b348cfe7d711b3c7d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 31 Jan 2002 11:28:02 +0000 Subject: [PATCH] Added constant for WERR_FILE_EXISTS. --- source/include/doserr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/include/doserr.h b/source/include/doserr.h index 92b441f38fe..c1431117f08 100644 --- a/source/include/doserr.h +++ b/source/include/doserr.h @@ -157,6 +157,7 @@ #define WERR_INVALID_PARAM W_ERROR(87) #define WERR_NOT_SUPPORTED W_ERROR(50) #define WERR_BAD_PASSWORD W_ERROR(86) +#define WERR_FILE_EXISTS W_ERROR(80) #define WERR_NOMEM W_ERROR(8) #define WERR_INVALID_NAME W_ERROR(123) #define WERR_UNKNOWN_LEVEL W_ERROR(124) -- 2.34.1