RE: Getting my test for DrawIcon and DrawIconEx included

2009-05-07 Thread Ge van Geldorp
Hi Joel, > From: Joel Holdsworth > > Is there a reason why my patch (attached) hasn't been included yet? This > is my first patch, so maybe someone can help me get it in. You are aware that this patch introduces test failures on Windows 2000, Vista and 2008? See http://www.winehq.org/pipermail/wi

Re: Getting my test for DrawIcon and DrawIconEx included

2009-05-07 Thread Nikolay Sivov
Joel Holdsworth wrote: Is there a reason why my patch (attached) hasn't been included yet? This is my first patch, so maybe someone can help me get it in. Joel+ Just a quick look: 1) +Sleep(200); + +return hWnd; +} + Why are you sleeping here? 2) Why do you need a window here? It