Re: [PATCH] Fix mingw _putenv warning

Jonathan Yong <[email protected]> Fri, 24 Mar 2023 07:31:55 +0000
Newsgroups gmane.comp.gnu.libtool.patches
Message-ID <[email protected]>
On 3/19/23 12:13, Jonathan Yong wrote:
> This was breaking mpg123 if CFLAGS has -pedantic -Werror.
> 
> Refresh of the patch from:
> https://lists.gnu.org/archive/html/libtool/2011-06/msg00040.html
> 
> _putenv is always __cdecl and is always dllimported from the OS C 
> runtime DLL.

Ping, any updates on this?