mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Merge pull request #2685 from minrk/uint32_t
add missing uint32_t typedef on msvc
This commit is contained in:
commit
e2df328d17
@ -102,6 +102,9 @@ extern "C" {
|
|||||||
# ifndef int32_t
|
# ifndef int32_t
|
||||||
typedef __int32 int32_t;
|
typedef __int32 int32_t;
|
||||||
# endif
|
# endif
|
||||||
|
# ifndef uint32_t
|
||||||
|
typedef unsigned __int32 uint32_t;
|
||||||
|
# endif
|
||||||
# ifndef uint16_t
|
# ifndef uint16_t
|
||||||
typedef unsigned __int16 uint16_t;
|
typedef unsigned __int16 uint16_t;
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user