summaryrefslogtreecommitdiff
path: root/gl/wchar.in.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-07-21 10:24:39 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-07-21 10:25:09 +0200
commit442bb7ce3f1308e813254cb9cc854c11eb343e69 (patch)
tree7205f8dc54e6e04746d964e18e17f3a6f71add5d /gl/wchar.in.h
parent9d61cf846332561bf1d0e4b48ea3b02169b73d9f (diff)
downloadgnutls-442bb7ce3f1308e813254cb9cc854c11eb343e69.tar.gz
gnulib: removed base64 implementation
Diffstat (limited to 'gl/wchar.in.h')
-rw-r--r--gl/wchar.in.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/gl/wchar.in.h b/gl/wchar.in.h
index d65a7aff6b..ae31e8d804 100644
--- a/gl/wchar.in.h
+++ b/gl/wchar.in.h
@@ -30,9 +30,14 @@
#endif
@PRAGMA_COLUMNS@
-#if defined __need_mbstate_t || defined __need_wint_t || (defined __hpux && ((defined _INTTYPES_INCLUDED && !defined strtoimax) || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) || defined _GL_ALREADY_INCLUDING_WCHAR_H
+#if (((defined __need_mbstate_t || defined __need_wint_t) \
+ && !defined __MINGW32__) \
+ || (defined __hpux \
+ && ((defined _INTTYPES_INCLUDED && !defined strtoimax) \
+ || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) \
+ || defined _GL_ALREADY_INCLUDING_WCHAR_H)
/* Special invocation convention:
- - Inside glibc and uClibc header files.
+ - Inside glibc and uClibc header files, but not MinGW.
- On HP-UX 11.00 we have a sequence of nested includes
<wchar.h> -> <stdlib.h> -> <stdint.h>, and the latter includes <wchar.h>,
once indirectly <stdint.h> -> <sys/types.h> -> <inttypes.h> -> <wchar.h>