Re: [PATCH] Copy over DLL_EXPORT handling from C to C++ for non-GCC on w32.

2010-09-17 Thread Peter Rosin
Den 2010-09-17 18:53 skrev Ralf Wildenhues: > let the review sprint begin ... Sorry for the late patches... > Hi Peter, > > * Peter Rosin wrote on Fri, Sep 17, 2010 at 04:18:55PM CEST: >> I noticed that -DDLL_EXPORT didn't appear when I compiled C++ code >> with MSVC. >> >> I'd like this one to

Re: [PATCH] Copy over DLL_EXPORT handling from C to C++ for non-GCC on w32.

2010-09-17 Thread Charles Wilson
On 9/17/2010 12:53 PM, Ralf Wildenhues wrote: > let the review sprint begin ... Meh -- no more patches from me in the near term. I promised two small patches yesterday, delivered today. Whether they are reviewed and pushed before the release or not doesn't matter that much. -- Chuck

Re: [PATCH] Copy over DLL_EXPORT handling from C to C++ for non-GCC on w32.

2010-09-17 Thread Ralf Wildenhues
case (2). After the change, the mingw bits of the cases (1) and (2) both superfluously compare $1 to GCJ; that is not needed, because $1 is CXX. You may simplify both cases accordingly. Thanks, Ralf > Subject: [PATCH] Copy over DLL_EXPORT handling from C to C++ for non-GCC on >

[PATCH] Copy over DLL_EXPORT handling from C to C++ for non-GCC on w32.

2010-09-17 Thread Peter Rosin
+0200 Subject: [PATCH] Copy over DLL_EXPORT handling from C to C++ for non-GCC on w32. * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [mingw, cygwin, os2] [pw32, cegcc]: Copy over the DLL_EXPORT handling from C to C++. Signed-off-by: Peter Rosin --- ChangeLog |6 ++ libltdl/