mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-10 11:50:20 +00:00
cpp: fixes problem that InterlockedIncrement/Decrement are not found on _WIN32 platform
This commit is contained in:
parent
67ab510b5d
commit
0d5708a01d
4 changed files with 9 additions and 4 deletions
|
|
@ -19,6 +19,10 @@
|
|||
#include "msgpack/unpack_define.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef _msgpack_atomic_counter_header
|
||||
#include _msgpack_atomic_counter_header
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct {
|
||||
msgpack_zone* z;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue