Skip to content

Commit d28cbf3

Browse files
committed
Add dll export for msvc
1 parent 48d226e commit d28cbf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/msgpack/pack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ static int msgpack_pack_bin_body(msgpack_packer* pk, const void* b, size_t l);
9898
static int msgpack_pack_ext(msgpack_packer* pk, size_t l, int8_t type);
9999
static int msgpack_pack_ext_body(msgpack_packer* pk, const void* b, size_t l);
100100

101+
MSGPACK_DLLEXPORT
101102
int msgpack_pack_object(msgpack_packer* pk, msgpack_object d);
102103

103104

0 commit comments

Comments
 (0)