0
0
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:
Gabi Davar 2015-06-19 14:49:04 +03:00
parent 575da3ec7a
commit 8a41475b74

View File

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