summaryrefslogtreecommitdiff
path: root/src/ext/libcharsetdetect/nscore.h
blob: 6faac9369b49446e139f2cb9d304c27c2ed0b9dd (plain)
1
2
3
4
5
6
#include "prtypes.h"
#define NS_OK 0
#define nsnull 0L
typedef PRUint32 nsresult;
#define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL)
#define NS_ASSERTION(A,B)