Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
https://newtestbot.winehq.org/JobDetails.pl?Key=1970
Your paranoid andr
Hentschel said: you would need to fix the generation and wanted to
change the order of the AUTHORS file.
The message you posted in Mon, Sep 2, 2013 at 3:24 PM has a text file
(AUTHORS) containing all authors sorted alphabetically by their last
names.
--
Tae Wong
On Mon, Sep 2, 2013 at 10:34 PM, André Hentschel wrote:
> ---
> en/winedev-coding.sgml | 9 -
> 1 file changed, 4 insertions(+), 5 deletions(-)
There's a typo in
-block of code.
+block of code and it makes sure the code get's maintained.
get's => gets
--
Frédéric Delanoy
Am 02.09.2013 08:24, schrieb Tae Wong:
> Add more authors from the GIT log.
>
> Commit this patch.
>
>
>
It seems you have some need to change the order of the AUTHORS file,
but it's autogenerated, so you would need to fix the generation.
And Michael already pointed out that this non-trivial p
Bruno Jesus <00cp...@gmail.com> writes:
> +items = WSAEnumProtocolsW(NULL, NULL, &listsize);
> +if (items == SOCKET_ERROR && WSAGetLastError() == WSAENOBUFS &&
> + (buffer = HeapAlloc(GetProcessHeap(), 0, listsize)))
> +{
> +items = WSAEnumProtocolsW(NULL, buffer, &listsi
Marvin wrote:
> === w7pro64 (32 bit comm) ===
> comm.c:850: Test failed: WaitCommEvent failed with a timeout
> comm.c:862: recovering after WAIT_TIMEOUT...
> comm.c:874: Test failed: WaitCommEvent error 0
> comm.c:876: Test failed: WaitCommEvent: expected EV_TXEMPTY, got 0
> comm.c:880: WaitCommE
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
https://newtestbot.winehq.org/JobDetails.pl?Key=1957
Your paranoid andr
On 30 August 2013 17:09, Michael Müller wrote:
>
> +/* Get the implicit swapchain */
> +hr = IDirect3DDevice9_GetSwapChain(device, 0, &swapchain);
> +ok(SUCCEEDED(hr), "Failed to get the implicit swapchain (%08x)\n", hr);
> +if (SUCCEEDED(hr))
> +{
> +hr = IDirect3DSwap
On 30 August 2013 17:09, Michael Müller wrote:
> +static HRESULT WINAPI
> d3d9_swapchain_GetLastPresentCount(IDirect3DSwapChain9Ex *iface,
> +UINT *pLastPresentCount)
> +{
> +FIXME("iface %p, pLastPresentCount %p, stub!\n", iface,
> pLastPresentCount);
> +
> +if(pLastPresentCount