Re: [PATCH] wininet: Initialize netconn_stream's content_length

2011-11-22 Thread Andy Clayton
On Tue, Nov 22, 2011 at 9:28 AM, Andy Clayton wrote: > Hi Jacek, > > On Tue, Nov 22, 2011 at 3:59 AM, Jacek Caban wrote: > >> This doesn't seem right. At the point where we call >> HTTP_ReceiveRequestData, content_length is supposed to be set based on >&g

Re: [PATCH] wininet: Initialize netconn_stream's content_length

2011-11-22 Thread Andy Clayton
Hi Jacek, On Tue, Nov 22, 2011 at 3:59 AM, Jacek Caban wrote: > This doesn't seem right. At the point where we call > HTTP_ReceiveRequestData, content_length is supposed to be set based on > response header. The bug must be somewhere else. > Thanks for looking over my patch. So it seems then th

Re: [PATCH] user32: GetMenuItemRect works without draw if the menu isn't a popup

2011-08-01 Thread Andy Clayton
On Aug 1, 2011 10:25 AM, "Alexandre Julliard" wrote: > > Andy Clayton writes: > > > + itemMenu = MENU_GetMenu(hMenu); > > + if (itemMenu == NULL) > > + return FALSE; > > + > > + if ((itemMenu->Height == 0 || itemMenu->Wi