Ralf Wildenhues wrote:
> * Charles Wilson wrote on Wed, Jan 21, 2009 at 10:14:22PM CET:
>> libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src)
>> [file scope]: re-organized includes and portability
>> macros. Avoid oldnames on MINGW32 and MSVC for
>> setmode/stat/chmod/getcwd/putenv. Declare _pu
Hi Charles,
* Charles Wilson wrote on Wed, Jan 21, 2009 at 10:14:22PM CET:
> libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src)
> [file scope]: re-organized includes and portability
> macros. Avoid oldnames on MINGW32 and MSVC for
> setmode/stat/chmod/getcwd/putenv. Declare _putenv on
> MINGW3
libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src)
[file scope]: re-organized includes and portability
macros. Avoid oldnames on MINGW32 and MSVC for
setmode/stat/chmod/getcwd/putenv. Declare _putenv on
MINGW32 when -ansi. Use namespaced macro LT_DEBUGWRAPPER.
---
This patch contains the parts