adding PRUnichar as a type we can talk about in idl

This commit is contained in:
jband%netscape.com 1999-08-04 06:53:48 +00:00
parent 57941b7025
commit 95cfebf717

View File

@ -32,6 +32,7 @@
typedef boolean PRBool ;
typedef octet PRUint8 ;
typedef unsigned short PRUint16 ;
typedef unsigned short PRUnichar;
typedef unsigned long PRUint32 ;
typedef unsigned long long PRUint64 ;
typedef unsigned long long PRTime ;