mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 18:10:54 +00:00
remove inline macro for msvc (#567)
This commit is contained in:
parent
b1b0edaeed
commit
ecf03748c7
1 changed files with 0 additions and 4 deletions
|
|
@ -26,10 +26,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
typedef struct msgpack_packer {
|
||||
char *buf;
|
||||
size_t length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue