summaryrefslogtreecommitdiff
path: root/src/ext/libcharsetdetect/nscore.h
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2013-10-11 11:05:19 -0300
committerKali Kaneko <kali@futeisha.org>2013-10-11 11:05:19 -0300
commit9094792c6220801c43a3ed6dd614dea4b138af05 (patch)
tree03cb9a45e0308e2b94c4c69aadfe58b7c3699e07 /src/ext/libcharsetdetect/nscore.h
Imported Upstream version 0.3.5
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)