summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/include/win32/ktypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kerberosIV/include/win32/ktypes.h')
-rw-r--r--crypto/kerberosIV/include/win32/ktypes.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/kerberosIV/include/win32/ktypes.h b/crypto/kerberosIV/include/win32/ktypes.h
new file mode 100644
index 0000000..3d4af11
--- /dev/null
+++ b/crypto/kerberosIV/include/win32/ktypes.h
@@ -0,0 +1,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