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