]> git.ipfire.org Git - thirdparty/gettext.git/commit
libasprintf: Avoid compilation error on mingw with -D__USE_MINGW_ANSI_STDIO=1.
authorBruno Haible <bruno@clisp.org>
Sat, 18 May 2019 15:25:10 +0000 (17:25 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 18 May 2019 15:25:10 +0000 (17:25 +0200)
commitca6f6cfbb4c78c063f2a50bb758edfc95c9d64a2
tree6900388d8dd3b02865297aa27ec7c8b1bc6665dc
parent731ff7ffeec1b92a3101382c6b0edb566f13f4b1
libasprintf: Avoid compilation error on mingw with -D__USE_MINGW_ANSI_STDIO=1.

* gettext-runtime/libasprintf/lib-asprintf.c (asprintf, vasprintf): Don't define
on mingw when __USE_MINGW_ANSI_STDIO is non-zero.
gettext-runtime/libasprintf/lib-asprintf.c