mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-01 02:27:49 +08:00
Merge pull request #6 from ipechorin/master
stdint.h is not available on all platforms
This commit is contained in:
commit
9cbcc49a4a
@ -62,6 +62,9 @@ typedef __int32 int32_t;
|
||||
# ifndef uint16_t
|
||||
typedef unsigned __int16 uint16_t;
|
||||
# endif
|
||||
# ifndef uint8_t
|
||||
typedef unsigned __int8 uint8_t;
|
||||
# endif
|
||||
#else
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user