Added NS_ERROR_FAILURE define provided by Brian Grunkemeyer.

This commit is contained in:
scullin 1998-05-04 23:30:05 +00:00
parent 464a90beaa
commit 7fbcd5a7da

View File

@ -56,6 +56,7 @@ typedef nsID nsIID;
#define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 4)
#define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 5)
#define NS_ERROR_NOT_IMPLEMENTED (NS_ERROR_BASE + 6)
#define NS_ERROR_FAILURE (NS_ERROR_BASE + 7)
// Generic result data type
typedef PRUint32 nsresult;