mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Added NS_ERROR_FAILURE define provided by Brian Grunkemeyer.
This commit is contained in:
parent
464a90beaa
commit
7fbcd5a7da
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user