On 23 October 2014 11:43, Stefan Dösinger stefandoesinger@gmail.com wrote:
Am 2014-10-23 09:14, schrieb Alexandre Julliard:
Jonathan Vollebregt jnvsor@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.