mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
@@ -275,6 +275,9 @@
|
|||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#define HAVE_INTMAX_T 1
|
#define HAVE_INTMAX_T 1
|
||||||
#else /* _MSC_VER */
|
#else /* _MSC_VER */
|
||||||
|
#if (_MSC_VER >= 1600)
|
||||||
|
#define HAVE_INTMAX_T 1
|
||||||
|
#endif
|
||||||
/* #undef HAVE_INTMAX_T */
|
/* #undef HAVE_INTMAX_T */
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user