Reserved a range for file i/o errors.

git-svn-id: svn://10.0.0.236/trunk@21169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-02-18 18:58:25 +00:00
parent 9d53ca188b
commit 2731eecce6
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ typedef PRUint32 nsresult;
#define NS_ERROR_MODULE_RDF 10
#define NS_ERROR_MODULE_UCONV 11
#define NS_ERROR_MODULE_REG 12
#define NS_ERROR_MODULE_FILES 13
#define NS_ERROR_MODULE_MAILNEWS 16

View File

@@ -64,6 +64,7 @@ typedef PRUint32 nsresult;
#define NS_ERROR_MODULE_RDF 10
#define NS_ERROR_MODULE_UCONV 11
#define NS_ERROR_MODULE_REG 12
#define NS_ERROR_MODULE_FILES 13
#define NS_ERROR_MODULE_MAILNEWS 16