gdi32: Don't let the gdi32 driver allocate memory in the dplayx region.

2013-07-22 Thread Alexei Svitkine
Don't let the gdi32 driver allocate memory in the dplayx region. Fixes bug: http://bugs.winehq.org/show_bug.cgi?id=34095 The issue is that the dplayx code in wine needs to allocate some memory at a static address (0x5000) and loading the Mac native gdi driver ends up using that part of the ad

Re: [PATCH 2/2] include/ddk: add usbioctl.h

2013-07-22 Thread Ken Sharp
On 22/07/13 19:57, Damjan Jovanovic wrote: On Mon, Jul 22, 2013 at 6:46 PM, Nikolay Sivov wrote: On 7/22/2013 22:38, Damjan Jovanovic wrote: Changelog: * add usbioctl.h Damjan Jovanovic Hi, Damjan. You forgot patches. I didn't. Why aren't they showing up? I've sent four patches. Three

Re: appwiz: Correct Wine Mono installer messages

2013-07-22 Thread Ken Sharp
On 22/07/13 19:39, Vincent Povirk wrote: Okay but at the moment, in those languages, a user is currently being told Gecko needs to be installed, followed by Gecko needs to be installed. Are you sure this isn't caused by needing 32-bit and 64-bit builds of Gecko? Certain. It's a translation

Re: [PATCH 2/2] include/ddk: add usbioctl.h

2013-07-22 Thread Damjan Jovanovic
On Mon, Jul 22, 2013 at 6:46 PM, Nikolay Sivov wrote: > On 7/22/2013 22:38, Damjan Jovanovic wrote: >> >> Changelog: >> * add usbioctl.h >> >> Damjan Jovanovic > > Hi, Damjan. You forgot patches. I didn't. Why aren't they showing up?

Re: appwiz: Correct Wine Mono installer messages

2013-07-22 Thread Vincent Povirk
> Okay but at the moment, in those languages, a user is currently being told > Gecko needs to be installed, followed by Gecko needs to be installed. Are you sure this isn't caused by needing 32-bit and 64-bit builds of Gecko?

Re: [PATCH 2/2] include/ddk: add usbioctl.h

2013-07-22 Thread Nikolay Sivov
On 7/22/2013 22:38, Damjan Jovanovic wrote: Changelog: * add usbioctl.h Damjan Jovanovic Hi, Damjan. You forgot patches.

Re: appwiz: Correct Wine Mono installer messages

2013-07-22 Thread Ken Sharp
On 22/07/13 18:37, Alexandre Julliard wrote: Ken Sharp writes: Where the correction is obvious I have done so, but where a full translation is needed I have simply removed the incorrect one. This will mark that line as untranslated and hopefully someone will see that. It will also default to

Re: appwiz: Correct Wine Mono installer messages

2013-07-22 Thread Alexandre Julliard
Ken Sharp writes: > Where the correction is obvious I have done so, but where a full > translation is needed I have simply removed the incorrect one. This > will mark that line as untranslated and hopefully someone will see > that. It will also default to English with the correct message until >

Wine 1.6 list of deferred patches

2013-07-22 Thread Bruno Jesus
This is the list of (hopefully) all deferred patches for wine 1.6, all authors are in bcc. I hope it's useful for developers. 97187 DeferredDmitry Timoshkov[3/3] kernel32: GetShortPathName for a non-existent short file name should fail. 97131 DeferredRosen Diankov

Re: [PATCH 3/4] d3dx9: Improve ID3DXConstantTable::Set*().

2013-07-22 Thread Alexandre Julliard
Rico Schüller writes: > +static UINT set(struct ID3DXConstantTableImpl *table, IDirect3DDevice9 > *device, struct ctab_constant *constant, > +const void **indata, D3DXPARAMETER_TYPE intype, UINT *size, UINT > incol, D3DXPARAMETER_CLASS inclass, UINT index, > +BOOL is_pointer) >