Skip to content

Commit ecf0374

Browse files
authoredSep 28, 2023
remove inline macro for msvc (#567)
1 parent b1b0eda commit ecf0374

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎msgpack/pack.h

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
extern "C" {
2727
#endif
2828

29-
#ifdef _MSC_VER
30-
#define inline __inline
31-
#endif
32-
3329
typedef struct msgpack_packer {
3430
char *buf;
3531
size_t length;

0 commit comments

Comments
 (0)