Re: po: Update French translation

2011-05-06 Thread Frédéric Delanoy
2011/5/6 Nicolas Le Cam niko.le...@gmail.com:  #: regedit.rc:88 -#, fuzzy  msgid Modify Binary Data... -msgstr Modifier les données binaires +msgstr Modifier les données binaires... I'm not sure you can add a keyboard accelerator if there isn't one in the original message. Well actually,

avicap32: fix build with recent kernel headers

2011-05-06 Thread Rafał Mużyło
Attached patch seems to fix build problem with recent kernel headers, where v4l1 was removed. I'm sending it here first (instead straight to wine-patches), as I have no real way of testing it - I only know it builds. As such, I haven't bothered yet with keeping consistant folding style. In case

Re: wineoss.drv: Add mmdevapi driver.

2011-05-06 Thread Gerald Pfeifer
On Fri, 29 Apr 2011, Gerald Pfeifer wrote: commit be332326ba8fc3def406c5f29adf04fbe9a83976 Author: Andrew Eikum aei...@codeweavers.com Date: Wed Apr 27 09:12:36 2011 -0500 is causing the following build failures on my nightly FreeBSD testers: mmdevdrv.c:463:20: error:

Re: winscard/tests: Implement test for two functions of winscard.dll

2011-05-06 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=10749 Your paranoid

Re: winscard/tests: Implement test for two functions of winscard.dll

2011-05-06 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=10750 Your paranoid

Re: po: Update French translation

2011-05-06 Thread Nicolas Le Cam
Le 6 mai 2011 08:41, Frédéric Delanoy frederic.dela...@gmail.com a écrit : 2011/5/6 Nicolas Le Cam niko.le...@gmail.com:  #: regedit.rc:88 -#, fuzzy  msgid Modify Binary Data... -msgstr Modifier les données binaires +msgstr Modifier les données binaires... I'm not sure you can add a

Re: avicap32: fix build with recent kernel headers

2011-05-06 Thread Michael Stefaniuc
Hello Rafał, Rafał Mużyło wrote: Attached patch seems to fix build problem with recent kernel headers, where v4l1 was removed. I'm sending it here first (instead straight while the v4l1 API was removed from the kernel it wasn't removed from the userspace. libv4l1 will translate v4l1 to v4l2.

Re: [PATCH try4] wininet: Added support for persistent HTTP connections

2011-05-06 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=10757 Your paranoid

winscard/tests: Add test base functions of winscard.dll

2011-05-06 Thread Joerg-Cyril.Hoehle
Sergey, + * Unit test suite for AVI Functions + * Copyright 2008 Detlef Riekenberg +#include wingdi.h +#include vfw.h Please try and hide better the copypaste origin of the code :-) rezult result +ok(winscard_rezult != SCARD_F_INTERNAL_ERROR I recommend tests to be stricter, e.g. ok(result

Re: [PATCH try4] wininet: Added support for persistent HTTP connections

2011-05-06 Thread Jacek Caban
On 05/06/11 10:47, Marvin wrote: Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at

Re: po: Update French translation

2011-05-06 Thread Frédéric Delanoy
2011/5/6 Nicolas Le Cam niko.le...@gmail.com: Le 6 mai 2011 08:41, Frédéric Delanoy frederic.dela...@gmail.com a écrit : 2011/5/6 Nicolas Le Cam niko.le...@gmail.com:  #: regedit.rc:88 -#, fuzzy  msgid Modify Binary Data... -msgstr Modifier les données binaires +msgstr Modifier les données

Re: [PATCH try4] wininet: Added support for persistent HTTP connections

2011-05-06 Thread Alexandre Julliard
Jacek Caban ja...@codeweavers.com writes: try4: Check idle connection before using it in an attempt to catch closed connection sooner, avoiding some request resends. It hopefully fixes observed problem with tests. It does, but there's a new problem: it sometimes crashes in the

Re: [PATCH try4] wininet: Added support for persistent HTTP connections

2011-05-06 Thread Alexandre Julliard
Jacek Caban ja...@codeweavers.com writes: +/* FIXME: do the check also for SSL connections */ +if(!netconn-useSSL) { +res = NETCON_recv(netconn, b, 1, MSG_PEEK|MSG_DONTWAIT, len); +if((res == ERROR_SUCCESS len == 1) || res == WSAEWOULDBLOCK) +

Re: wineoss.drv: Add mmdevapi driver.

2011-05-06 Thread Andrew Eikum
On 05/05/2011 10:22 PM, Gerald Pfeifer wrote: On Fri, 29 Apr 2011, Gerald Pfeifer wrote: commit be332326ba8fc3def406c5f29adf04fbe9a83976 Author: Andrew Eikumaei...@codeweavers.com Date: Wed Apr 27 09:12:36 2011 -0500 is causing the following build failures on my nightly FreeBSD

Re: [PATCH try4] wininet: Added support for persistent HTTP connections

2011-05-06 Thread Jacek Caban
On 05/06/11 13:17, Alexandre Julliard wrote: Jacek Caban ja...@codeweavers.com writes: +/* FIXME: do the check also for SSL connections */ +if(!netconn-useSSL) { +res = NETCON_recv(netconn, b, 1, MSG_PEEK|MSG_DONTWAIT, len); +if((res == ERROR_SUCCESS

Re: [1/2] mmsystem.dll16: fix MCI_STATUS mapping for digitalvideo

2011-05-06 Thread Damjan Jovanovic
On Thu, May 5, 2011 at 9:23 PM, Eric Pouech eric.pou...@orange.fr wrote: Le 05/05/2011 15:30, Damjan Jovanovic a écrit : Changelog: * mmsystem.dll16: fix MCI_STATUS mapping for digitalvideo Damjan Jovanovic Hi Damjan, I wonder if storing the device type (or at least information to

[1/2] mmsystem.dll16: fix MCI_STATUS mapping for digitalvideo

2011-05-06 Thread Joerg-Cyril.Hoehle
Damjan, @@ -407,6 +441,20 @@ static MMSYSTEM_MapType MCI_UnMapMsg16To32W(WORD wMsg, DWORD dwFlags, DWORD_PTR +mdsp16-dwCallback = mdsp32w-dwCallback; +mdsp16-dwItem = mdsp32w-dwItem; +mdsp16-dwTrack = mdsp32w-dwTrack; This is superfluous. dwReturn is the