summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/include/win32/ktypes.h
blob: 3d4af11d09b77ae4780d7ea8b5a17c74e43b6747 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __KTYPES_H__
#define __KTYPES_H__

typedef signed char int8_t;
typedef unsigned char u_int8_t;
typedef short int16_t;
typedef unsigned short u_int16_t;
typedef int int32_t;
typedef unsigned int u_int32_t;

#endif /*  __KTYPES_H__ */
OpenPOWER on IntegriCloud