diff --git a/include/zmq.h b/include/zmq.h index 426bcf36..0fd4ef71 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -102,6 +102,9 @@ extern "C" { # ifndef int32_t typedef __int32 int32_t; # endif +# ifndef uint32_t + typedef unsigned __int32 uint32_t; +# endif # ifndef uint16_t typedef unsigned __int16 uint16_t; # endif