]> Savannah Git Hosting - gnulib.git/commit
wctype-h: Fix compilation error with the original mingw.org mingw.
authorBruno Haible <bruno@clisp.org>
Thu, 27 Apr 2017 16:59:24 +0000 (18:59 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 27 Apr 2017 17:00:06 +0000 (19:00 +0200)
commit2a0c08e48834ae056964922ee6d21ccd223d1d80
tree8eaf742a2e362d3e3b8cb254728e993211f3ee82
parentefb84214ac14749188ab8294a52b4e91475c13b6
wctype-h: Fix compilation error with the original mingw.org mingw.

* m4/wctype_h.m4 (gl_WCTYPE_H): Test for <crtdefs.h>. Set
HAVE_CRTDEFS_H.
* modules/wctype-h (Makefile.am): Substitute HAVE_CRTDEFS_H.
* lib/wctype.in.h (rpl_wint_t): If <crtdefs.h> does not exist, include
<stddef.h> instead.
Reported and proposed by Eli Zaretskii <eliz@gnu.org>.
ChangeLog
lib/wctype.in.h
m4/wctype_h.m4
modules/wctype-h