[PATCH 1/4] xinput1_3: Better trace all functions

Sebastian Lackner sebastian at fds-team.de
Wed Aug 31 13:23:00 CDT 2016


On 31.08.2016 20:17, Bruno Jesus wrote:
> -    FIXME("(%d %p %p) Stub!\n", dwUserIndex, pDSoundRenderGuid, pDSoundCaptureGuid);
> +    FIXME("(index %u, render guid %p, capture guid %p) Stub!\n", index, render_guid, capture_guid);

debugstr_guid() would be more appropriate for tracing GUIDs.




More information about the wine-devel mailing list