summaryrefslogtreecommitdiff
path: root/include/share/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/share/compat.h')
-rw-r--r--include/share/compat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/share/compat.h b/include/share/compat.h
index 2083f3a2..94edbd21 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -130,14 +130,6 @@
# ifndef UINT32_MAX
# define UINT32_MAX _UI32_MAX
# endif
- typedef unsigned __int64 uint64_t;
- typedef unsigned __int32 uint32_t;
- typedef unsigned __int16 uint16_t;
- typedef unsigned __int8 uint8_t;
- typedef __int64 int64_t;
- typedef __int32 int32_t;
- typedef __int16 int16_t;
- typedef __int8 int8_t;
# define PRIu64 "I64u"
# define PRId64 "I64d"
# define PRIx64 "I64x"