Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-01-27 14:55:01 +0300
committerCorinna Vinschen <corinna@vinschen.de>2011-01-27 14:55:01 +0300
commit7cc6d7cfc68c3b6ca6e6d4e4d8d458ea1d3399aa (patch)
tree7a2ce90dcd9aaff131e33e00a2b6fff938f3380d /newlib/libc/include/sys/features.h
parent40aca0688493bbc8d193354916c81b13e5043c93 (diff)
* libc/include/sys/features.h: Define __STDC_ISO_10646__ for Cygwin.
* libc/include/wchar.h: Include features.h.
Diffstat (limited to 'newlib/libc/include/sys/features.h')
-rw-r--r--newlib/libc/include/sys/features.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index 2f862687c..b2e56daae 100644
--- a/newlib/libc/include/sys/features.h
+++ b/newlib/libc/include/sys/features.h
@@ -178,6 +178,12 @@ extern "C" {
/* #define _XOPEN_UNIX -1 */
#endif /* !__STRICT_ANSI__ || __cplusplus || __STDC_VERSION__ >= 199901L */
+
+/* The value corresponds to UNICODE version 4.0, which is the version
+ supported by XP. Newlib supports 5.2 (2011) but so far Cygwin needs
+ the MS conversions for double-byte charsets. */
+#define __STDC_ISO_10646__ 200305L
+
#endif /* __CYGWIN__ */
/* Per the permission given in POSIX.1-2008 section 2.2.1, define