[glib/glib-2-28] Update config.h.win32.in for VS 2010
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-28] Update config.h.win32.in for VS 2010
- Date: Tue, 7 Jun 2011 02:22:44 +0000 (UTC)
commit 97901c0c94ea9f5fefddeaa108afa21d8adcc79c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Jun 7 10:37:32 2011 +0800
Update config.h.win32.in for VS 2010
Missed one type that is defined in the VS2010-shipped stdint.h
config.h.win32.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 19a2233..49dccbb 100644
--- a/config.h.win32.in
+++ b/config.h.win32.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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]