mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +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
|
||||
#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 */
|
||||
|
||||
|
Reference in New Issue
Block a user