From 7fbcd5a7da5f907a4292c928086f839a87873f8f Mon Sep 17 00:00:00 2001 From: scullin Date: Mon, 4 May 1998 23:30:05 +0000 Subject: [PATCH] Added NS_ERROR_FAILURE define provided by Brian Grunkemeyer. --- xpcom/src/nsISupports.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcom/src/nsISupports.h b/xpcom/src/nsISupports.h index f76aa4e2be26..6ffbdeee9770 100644 --- a/xpcom/src/nsISupports.h +++ b/xpcom/src/nsISupports.h @@ -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;