mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 02:07:59 +08:00
stdint is available in VS2008 (1600)
This commit is contained in:
parent
575da3ec7a
commit
8a41475b74
@ -36,7 +36,7 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#elif defined _MSC_VER && _MSC_VER < 1600
|
||||
#elif defined _MSC_VER && _MSC_VER < 1500
|
||||
|
||||
#ifndef int8_t
|
||||
typedef __int8 int8_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user