23 Oct
2014
23 Oct
'14
10:55 a.m.
On 23 October 2014 11:43, Stefan Dösinger <stefandoesinger(a)gmail.com> wrote:
Am 2014-10-23 09:14, schrieb Alexandre Julliard:
Jonathan Vollebregt <jnvsor(a)gmail.com> writes:
Also use %u for DWORD instead of %d
It's not worth changing that sort of thing, the expected value is in general not useful. https://www.winehq.org/docs/winedev-guide/testing-error-messages kinda puts that rule in writing, although it took me a while to find it.
I think it mostly just follows from the general principle of not adding useless code. Which shouldn't be unique to Wine, really.