From 729eda95401e63feabb3ed329c6d2888dabe1d68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 10 Apr 2008 21:19:30 +0200 Subject: [PATCH] Add MAX_NERR define. Guenther --- source/include/doserr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/include/doserr.h b/source/include/doserr.h index 5794fbe71ca..d5892c1652b 100644 --- a/source/include/doserr.h +++ b/source/include/doserr.h @@ -270,6 +270,10 @@ #define NERR_BASE (2100) #endif +#ifndef MAX_NERR +#define MAX_NERR (NERR_BASE+899) +#endif + #define WERR_DFS_NO_SUCH_VOL W_ERROR(NERR_BASE+562) #define WERR_DFS_NO_SUCH_SHARE W_ERROR(NERR_BASE+565) #define WERR_DFS_NO_SUCH_SERVER W_ERROR(NERR_BASE+573) -- 2.47.3