mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +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" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#define inline __inline
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct msgpack_packer {
|
typedef struct msgpack_packer {
|
||||||
char *buf;
|
char *buf;
|
||||||
size_t length;
|
size_t length;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue