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

2010-09-17 Thread Peter Rosin
Hi! I noticed that -DDLL_EXPORT didn't appear when I compiled C++ code with MSVC. I'd like this one to go in before the release. Ok to push? Cheers, Peter From 0114c5a834fb1ce8e8324ff6d7c0bb782139c3c7 Mon Sep 17 00:00:00 2001 From: Peter Rosin p...@lysator.liu.se Date: Fri, 17 Sep 2010

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

2010-09-17 Thread Ralf Wildenhues
let the review sprint begin ... 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 go in before the release. Ok to push? OK, thanks. Testsuite exposure would be nice

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