mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-15 07:14:48 +02:00
Don't use C++.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#define MSGPACK_MAX_STACK_SIZE (1024)
|
||||
#include "unpack_define.h"
|
||||
|
||||
struct unpack_user {
|
||||
};
|
||||
typedef struct unpack_user {
|
||||
} unpack_user;
|
||||
|
||||
|
||||
#define msgpack_unpack_struct(name) \
|
||||
|
Reference in New Issue
Block a user