summaryrefslogtreecommitdiff
path: root/src/ext/libcharsetdetect/nscore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/libcharsetdetect/nscore.h')
-rw-r--r--src/ext/libcharsetdetect/nscore.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/libcharsetdetect/nscore.h b/src/ext/libcharsetdetect/nscore.h
new file mode 100644
index 0000000..6faac93
--- /dev/null
+++ b/src/ext/libcharsetdetect/nscore.h
@@ -0,0 +1,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)