Hey, I translated the Wine History into Hebrew several weeks ago and I
noticed that although the patches are in, when I click on Wine's History on
the Hebrew website I'm being taken to the English version of the document in
Wine's wiki.
Wine's history is pretty important to the Israeli community i
To address, the C string literals issue, this is the same format I
have used for the other test strings. It would seem inconsistent to
break this now. Maybe a later patch can address this.
I've used IUnknown_Release in other places to free ID3D10Blobs, so it
also seems inconsistent to use ID3D10Bl
Ok, it didn't last very long, but for a brief period we had only greens for 4
different Windows versions on http://test.winehq.org, see attached screenshot.
Nice to see some progress J
Greg.
<>
Hans Leidekker writes:
> ---
> programs/uninstaller/main.c | 23 +++
> 1 files changed, 19 insertions(+), 4 deletions(-)
Note that appwiz.cpl will need the same change (of course uninstaller
should really be calling appwiz.cpl in the first place).
--
Alexandre Julliard
j
Arno Teigseth writes:
> ---
> dlls/msvcr90/msvcr90.spec |2 +-
> dlls/msvcrt/msvcrt.spec |2 +-
> dlls/msvcrt/string.c | 44
> 3 files changed, 46 insertions(+), 2 deletions(-)
Please add it to all the msvcrt versions that need it, n
David Hedberg writes:
> +hr = IInputObject_TranslateAcceleratorIO(pio, &msg_a);
> +todo_wine ok(hr == found ? S_OK : S_FALSE, "Got 0x%08x (%04x)\n",
> hr, i);
That doesn't do what you want.
--
Alexandre Julliard
julli...@winehq.org
Am 23.12.2010 00:37, schrieb Michael Stefaniuc:
Hello Travis,
On 12/22/2010 10:31 PM, Travis Athougies wrote:
Tests to ensure the HLSL compiler won't crash on malformed input.
---
dlls/d3dcompiler_43/tests/hlsl.c | 87
++
1 files changed, 87 insertion