]> git.ipfire.org Git - thirdparty/make.git/commit
Only include strings.h in MinGW builds
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Oct 2016 13:09:52 +0000 (16:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Oct 2016 13:09:52 +0000 (16:09 +0300)
commit7ed37f0166b6478837e1a02b8d7ed18fdb85c95e
tree1e3e3f3ca902ad911eb7f4394acb2b7603d4981c
parent912a0df1277872fdd30e63cb0edd7fba9ceeba1b
Only include strings.h in MinGW builds

* main.c:
* job.c: Include strings.h only if HAVE_STRINGS_H is defined.

* config.h.W32.template (HAVE_STRINGS_H): Define only for MinGW,
as MSVC doesn't have this header.
config.h.W32.template
job.c
main.c