Added new version of libextutils-parsexs-perl
[pkg-perl] / deb-src / libextutils-parsexs-perl / libextutils-parsexs-perl-2.220200 / t / include / nscore.h
1 #ifndef INCLUDED_NSCORE_H
2 #define INCLUDED_NSCORE_H
3
4 typedef short PRInt16;
5 typedef unsigned short PRUint16;
6
7 typedef int PRInt32;
8 typedef unsigned PRUint32;
9
10 typedef int PRBool;
11 #define PR_TRUE 1
12 #define PR_FALSE 0
13
14 #define nsnull 0
15
16 typedef PRUint32 nsresult;
17 #define NS_OK 0
18 #define NS_ERROR_OUT_OF_MEMORY ((nsresult)(0x8007000eL))
19
20 #endif /* INCLUDED_NSCORE_H */