Resend of xinput patch for bug 18218

Austin English austinenglish at gmail.com
Thu May 7 10:27:21 CDT 2009


On Sun, May 3, 2009 at 7:12 PM, Rafał Mużyło <galtgendo at gmail.com> wrote:
> I didn't put DllMain in this file, as it was not
> in the current version, just added numbers and
> sorted (latter probably unnecessary).


> --- dlls/xinput1_3/xinput1_3_main.c.old	2009-04-25 16:54:42.000000000 +0200
> +++ dlls/xinput1_3/xinput1_3_main.c	2009-04-26 00:41:04.000000000 +0200

If possible, please use git diff.

> @@ -95,12 +95,20 @@
> {
>      FIXME("(%d %d %p)\n", dwUserIndex, dwFlags, pCapabilities);
>
> +    //pCapabilities = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(XINPUT_CAPABILITIES));

No C++ code/comments.


Thanks for helping wine!

-- 
-Austin



More information about the wine-devel mailing list