Merge pull request #677 from komainu8/add_dll_export

Add dll export for msvc
This commit is contained in:
Takatoshi Kondo
2018-04-30 18:15:59 +09:00
committed by GitHub

View File

@@ -98,6 +98,7 @@ static int msgpack_pack_bin_body(msgpack_packer* pk, const void* b, size_t l);
static int msgpack_pack_ext(msgpack_packer* pk, size_t l, int8_t type);
static int msgpack_pack_ext_body(msgpack_packer* pk, const void* b, size_t l);
MSGPACK_DLLEXPORT
int msgpack_pack_object(msgpack_packer* pk, msgpack_object d);