Re: msvcrt: dont overwrite the standard streams (with test, try 6)

2009-09-07 Thread André Hentschel
Eric Pouech schrieb: > André Hentschel a écrit : >> Eric Pouech schrieb: >> >>> Hi André >>> a couple of comments to your patch >>> >> always welcome! >> >> >>> IMO, we should also test that cbReserved2 is >= sizeof(unsigned) >>> otherwise we'd be in trouble >>> >> maybe you had somet

Re: msvcrt: dont overwrite the standard streams (with test, try 5)

2009-09-07 Thread Eric Pouech
André Hentschel a écrit : Eric Pouech schrieb: Hi André a couple of comments to your patch always welcome! IMO, we should also test that cbReserved2 is >= sizeof(unsigned) otherwise we'd be in trouble maybe you had something like that patch in mind: http://www.winehq.org/pipe

Re: Question regarding SIO_GET_EXTENSION_FUNCTION_POINTER

2009-09-07 Thread Mike Kaplinskiy
On Mon, Sep 7, 2009 at 11:08 AM, Nicholas LaRoche wrote: > Mike Kaplinskiy wrote: >> >> On Mon, Sep 7, 2009 at 2:45 AM, Nicholas LaRoche wrote: >>> >>> I ran into a bug last week regarding the lack of >>> SIO_GET_EXTENSION_FUNCTION_POINTER support in WSAIoctl. >>> >>> Are there any outstanding issu

Re: Question regarding SIO_GET_EXTENSION_FUNCTION_POINTER

2009-09-07 Thread Nicholas LaRoche
Mike Kaplinskiy wrote: On Mon, Sep 7, 2009 at 2:45 AM, Nicholas LaRoche wrote: I ran into a bug last week regarding the lack of SIO_GET_EXTENSION_FUNCTION_POINTER support in WSAIoctl. Are there any outstanding issues preventing it's implementation? Perhaps if anyone has worked in this area, ar

Re: [5/5] WineD3D: Use GL_ATI_meminfo if available

2009-09-07 Thread James McKenzie
Stefan Dösinger wrote: > Am Monday 07 September 2009 06:57:58 schrieb James McKenzie: > >> There is or was a lurker here from AMD. Maybe you could forward your >> patches to them to get the extension fixed? >> > They already know - Henri and I talked to him earlier, he said they'll fix >

Re: Question regarding SIO_GET_EXTENSION_FUNCTION_POINTER

2009-09-07 Thread Mike Kaplinskiy
On Mon, Sep 7, 2009 at 2:45 AM, Nicholas LaRoche wrote: > I ran into a bug last week regarding the lack of > SIO_GET_EXTENSION_FUNCTION_POINTER support in WSAIoctl. > > Are there any outstanding issues preventing it's implementation? > > Perhaps if anyone has worked in this area, are there any thin

ddraw: Added support for WINED3DFMT_X8L8V8U8, WINED3DFMT_R8G8B8A8_SNORM and WINED3DFMT_R16G16_SNORM to PixelFormat_WineD3DtoDD

2009-09-07 Thread Joerg-Cyril.Hoehle
Stephan, All the patches proposed to bug #16559 forget one thing: it cannot be right to patch only PixelFormat_WineD3DtoDD without patching its converse function in the same file, PixelFormat_DD2WineD3D. There's no gain in silencing a fixme by introducing internal inconsistency in the source c

Re: [5/5] WineD3D: Use GL_ATI_meminfo if available

2009-09-07 Thread Stefan Dösinger
Am Monday 07 September 2009 06:57:58 schrieb James McKenzie: > There is or was a lurker here from AMD. Maybe you could forward your > patches to them to get the extension fixed? They already know - Henri and I talked to him earlier, he said they'll fix the extension somewhen. No ETA though