mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 02:07:59 +08:00
Merge pull request #42 from mindw/vs2008_stdint_fix
stdint.h is available in VS2008 (1500)
This commit is contained in:
commit
66d32eb04c
@ -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