Fix wint_t on MSVC.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Sep 2011 18:47:03 +0000 (20:47 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Sep 2011 18:47:03 +0000 (20:47 +0200)
commit2210a2b11c43222262e65d7200bb094dc6d052d3
treecc6852db590e83e212bb1b67b54b06c388eddc9d
parent82d47b6ea0888839c20d60efad01b50fc21fc27c
Fix wint_t on MSVC.

* lib/wchar.in.h (wint_t): On MSVC, override it.
* lib/wctype.in.h (wint_t): Likewise.
* m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Override BITSIZEOF_WINT_T on
MSVC.
* doc/posix-headers/wchar.texi: Mention the problem with wint_t on MSVC.
* doc/posix-headers/wctype.texi: Likewise.
ChangeLog
doc/posix-headers/wchar.texi
doc/posix-headers/wctype.texi
lib/wchar.in.h
lib/wctype.in.h
m4/stdint.m4