mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 23:42:40 +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 <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if !defined(_MSC_VER) || _MSC_VER >= 1600
|
#if !defined(_MSC_VER) || _MSC_VER >= 1700
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user