mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-28 15:14:11 +02:00
Fixed MSVC2010 doesn't have inttypes.h problem.
This commit is contained in:
parent
561e9ba105
commit
b78b49a7bd
@ -20,7 +20,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if !defined(_MSC_VER) || _MSC_VER >= 1600
|
||||
#if !defined(_MSC_VER) || _MSC_VER >= 1700
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user