Skip to content

Commit

Permalink
remove inline macro for msvc (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Sep 28, 2023
1 parent b1b0eda commit ecf0374
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions msgpack/pack.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
extern "C" {
#endif

#ifdef _MSC_VER
#define inline __inline
#endif

typedef struct msgpack_packer {
char *buf;
size_t length;
Expand Down

0 comments on commit ecf0374

Please sign in to comment.