[PATCH] kernel32/tests: Add 64bit number tests for FormatMessage[A|W] (try 2)

Sebastian Lackner sebastian at fds-team.de
Wed Mar 8 09:15:08 CST 2017


On 08.03.2017 15:42, Bruno Jesus wrote:
> +        { -1, "-1", 2},
> +        { ULL(0xFFFFFFFF,0xFFFFFFFF), "-1", 2},

You can remove the second test. 0xffffffffffffffff and -1 are just different
representations for the same number.

Best regards,
Sebastian




More information about the wine-devel mailing list