Re: [PATCH] [cygwin|mingw] cwrapper cleanups.

2009-01-24 Thread Charles Wilson
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

Re: [PATCH] [cygwin|mingw] cwrapper cleanups.

2009-01-24 Thread Ralf Wildenhues
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

[PATCH] [cygwin|mingw] cwrapper cleanups.

2009-01-22 Thread Charles Wilson
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