[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

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 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 select the > two

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 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 ==

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 Eikum Date: Wed Apr 27 09:12:36 2011 -0500 is causing the following build failures on my nightly FreeBSD testers: mmdevdrv.c:46

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

2011-05-06 Thread Alexandre Julliard
Jacek Caban 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) > +brea

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

2011-05-06 Thread Alexandre Julliard
Jacek Caban 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 collect_connections thread during

Re: po: Update French translation

2011-05-06 Thread Frédéric Delanoy
2011/5/6 Nicolas Le Cam : > Le 6 mai 2011 08:41, Frédéric Delanoy a écrit : >> 2011/5/6 Nicolas Le Cam :  #: 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

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 > http://testbot.winehq.org/

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 copy&paste origin of the code :-) >rezult result +ok(winscard_rezult != SCARD_F_INTERNAL_ERROR I recommend tests to be stricter, e.g. ok

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 android

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: po: Update French translation

2011-05-06 Thread Nicolas Le Cam
Le 6 mai 2011 08:41, Frédéric Delanoy a écrit : > 2011/5/6 Nicolas Le Cam : >>>  #: 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 ther

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 android