mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Adding CK_USHORT back in, for pedantic tests' sake
This commit is contained in:
parent
21d2b28567
commit
6416a1bd38
@ -46,7 +46,7 @@
|
||||
#define NSSCKT_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char NSSCKT_CVS_ID[] = "@(#) $RCSfile: nssckt.h,v $ $Revision: 1.1 $ $Date: 2000/03/31 19:43:33 $ $Name: $";
|
||||
static const char NSSCKT_CVS_ID[] = "@(#) $RCSfile: nssckt.h,v $ $Revision: 1.2 $ $Date: 2000/05/09 18:57:58 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#include "nspr.h"
|
||||
@ -85,6 +85,12 @@ typedef CK_BYTE CK_CHAR;
|
||||
/* a BYTE-sized Boolean flag */
|
||||
typedef CK_BYTE CK_BBOOL;
|
||||
|
||||
/* an unsigned value, at least 16 bits long */
|
||||
typedef unsigned short int CK_USHORT;
|
||||
|
||||
/* a signed value, the same size as a CK_USHORT */
|
||||
typedef short int CK_SHORT;
|
||||
|
||||
/* an unsigned value, at least 32 bits long */
|
||||
typedef unsigned long int CK_ULONG;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user