Re: [PATCH] Include _CRTIMP in _putenv() declaration in EXE wrapper?sources.

2024-01-13 Thread Mike Frysinger
On 07 Jul 2011 15:45, Vadim Zeitlin wrote: > Charles Wilson cwilson.fastmail.fm> writes: > > On 6/23/2011 5:34 AM, Vadim Zeitlin wrote: > > > Re-declaring _putenv() without _CRTIMP in strict ANSI mode when using > > > MinGW resulted in a warning because of a conflict with the previous > > > declar

Re: [PATCH] Include _CRTIMP in _putenv() declaration in EXE wrapper sources.

2011-07-07 Thread Vadim Zeitlin
Charles Wilson cwilson.fastmail.fm> writes: > On 6/23/2011 5:34 AM, Vadim Zeitlin wrote: > > Re-declaring _putenv() without _CRTIMP in strict ANSI mode when using > > MinGW resulted in a warning because of a conflict with the previous > > declaration that did use _CRTIMP. > > > > Simply add _CRT

Re: [PATCH] Include _CRTIMP in _putenv() declaration in EXE wrapper sources.

2011-06-23 Thread Charles Wilson
On 6/23/2011 5:34 AM, Vadim Zeitlin wrote: > Re-declaring _putenv() without _CRTIMP in strict ANSI mode when using MinGW > resulted in a warning because of a conflict with the previous declaration that > did use _CRTIMP. > > Simply add _CRTIMP to our declaration to avoid it. > -int _putenv (const

[PATCH] Include _CRTIMP in _putenv() declaration in EXE wrapper sources.

2011-06-23 Thread Vadim Zeitlin
Re-declaring _putenv() without _CRTIMP in strict ANSI mode when using MinGW resulted in a warning because of a conflict with the previous declaration that did use _CRTIMP. Simply add _CRTIMP to our declaration to avoid it. * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): Add _CRTIMP to _