remove inline macro for msvc (#567)

This commit is contained in:
Inada Naoki 2023-09-28 15:03:16 +09:00 committed by GitHub
parent b1b0edaeed
commit ecf03748c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,10 +26,6 @@
extern "C" {
#endif
#ifdef _MSC_VER
#define inline __inline
#endif
typedef struct msgpack_packer {
char *buf;
size_t length;