Re: [3/3] iphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD)

2012-06-02 Thread Juan Lang
Hi André, +#if HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT +struct tcpstat tcp_stat; +#elif HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT +struct tcp_stats tcp_stat; +#endif struct tcpstat tcp_stat; I think you meant to remove the declaration outside of the #if. --Juan

Re: [wine-devel] Re: Mono?!?

2012-06-02 Thread Vincent Povirk
>> Please add a --without-mono option to configure, and so on... >> > > Yes, please! Someone will have to write a patch, and then it will be up to Alexandre whether to accept it. Personally, I don't see a need for this. If you're accidentally installing addons somehow, that needs to be fixed in th

Re: [wine-devel] Re: Mono?!?

2012-06-02 Thread Alan W. Irwin
On 2012-06-02 12:25-0400 Max TenEyck Woodbury wrote: Please add a --without-mono option to configure, and so on... Yes, please! We could argue all day whether it is a majority or strong minority, but the point is that a significant fraction of wine users (including me) just plain don't like

Re: shell32: fix compilation error with strcpy_chk: buffer overflow detected

2012-06-02 Thread Nikolay Sivov
A static string constant would be better here. On Sat, Jun 2, 2012 at 12:42 PM, Vitaly Lipatov wrote: > --- >  dlls/shell32/pidl.c |    5 +++-- >  1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/dlls/shell32/pidl.c b/dlls/shell32/pidl.c > index c394e5b..5906a4f 100644 > --- a/dll

Re: Mono?!?

2012-06-02 Thread Max TenEyck Woodbury
On 06/01/2012 12:34 AM, Vincent Povirk wrote: Yes, that was added in today's Git. When you do a prefix update, and a recent wine-mono (or native .NET) isn't installed, Wine will try to install it from a system location, and if that fails it will ask to download it. The wine-mono install is limite

Re: shell32: Make ShellExecute use native file association databases as fallback path

2012-06-02 Thread Francois Gouget
On Thu, 31 May 2012, Erik van Pienbroek wrote: [...] > Tested successfully on a Fedora 17 environment using the start.exe > command and Outlook 2007 by trying to open a .pdf file (where there > is no file association registered inside the wine prefix) There are two issues with this patch: * In so