We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adef689 + ecf0374 commit e8a9bd5Copy full SHA for e8a9bd5
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