mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-06-27 19:20:50 +00:00
Fix build failuer for Python 2.7 on Windows.
Remove int8_t usage.
This commit is contained in:
parent
593887025e
commit
9624a2aca3
2 changed files with 2 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ static inline int msgpack_pack_raw(msgpack_packer* pk, size_t l);
|
|||
static inline int msgpack_pack_bin(msgpack_packer* pk, size_t l);
|
||||
static inline int msgpack_pack_raw_body(msgpack_packer* pk, const void* b, size_t l);
|
||||
|
||||
static inline int msgpack_pack_ext(msgpack_packer* pk, int8_t typecode, size_t l);
|
||||
static inline int msgpack_pack_ext(msgpack_packer* pk, char typecode, size_t l);
|
||||
|
||||
static inline int msgpack_pack_write(msgpack_packer* pk, const char *data, size_t l)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue