Update config.h.win32.in for VS 2010

Missed one type that is defined in the VS2010-shipped stdint.h
This commit is contained in:
Chun-wei Fan
2011-06-07 10:37:32 +08:00
parent 59aa7a3ec5
commit 97901c0c94

View File

@@ -275,6 +275,9 @@
#ifndef _MSC_VER
#define HAVE_INTMAX_T 1
#else /* _MSC_VER */
#if (_MSC_VER >= 1600)
#define HAVE_INTMAX_T 1
#endif
/* #undef HAVE_INTMAX_T */
#endif /* _MSC_VER */