0
0
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:
Min RK 2015-11-03 09:56:19 +01:00
parent 7bec6c1bdb
commit 28432b562d

View File

@ -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;