We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b0eda commit ecf0374Copy full SHA for ecf0374
1 file changed
msgpack/pack.h
@@ -26,10 +26,6 @@
26
extern "C" {
27
#endif
28
29
-#ifdef _MSC_VER
30
-#define inline __inline
31
-#endif
32
-
33
typedef struct msgpack_packer {
34
char *buf;
35
size_t length;
0 commit comments