Update vendored msgpack-c to 4.0.0
[lttng-tools.git] / src / vendor / msgpack / sysdep.h
index ad5f615aa7e9e0fce4377c9a11300d07eb6df891..9cbb7a1db4d9e9f11bbbea852adbb122e8037c9f 100644 (file)
     typedef unsigned __int32 uint32_t;
     typedef signed __int64 int64_t;
     typedef unsigned __int64 uint64_t;
     typedef unsigned __int32 uint32_t;
     typedef signed __int64 int64_t;
     typedef unsigned __int64 uint64_t;
+#   if defined(_WIN64)
+        typedef signed __int64 intptr_t;
+        typedef unsigned __int64 uintptr_t;
+#   else
+        typedef signed __int32 intptr_t;
+        typedef unsigned __int32 uintptr_t;
+#   endif
 #elif defined(_MSC_VER)  // && _MSC_VER >= 1600
 #   include <stdint.h>
 #else
 #elif defined(_MSC_VER)  // && _MSC_VER >= 1600
 #   include <stdint.h>
 #else
This page took 0.022938 seconds and 4 git commands to generate.