winedump: Make print_longlong() work on 64-bit.
commit4ae9f399112a56777dfb343450450ba3d5554fbb
authorHenri Verbeet <hverbeet@codeweavers.com>
Thu, 20 May 2021 11:53:47 +0000 (20 13:53 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 May 2021 19:48:57 +0000 (20 21:48 +0200)
treed8efd57bd7b5add71d8693e9689dd73b1958cce3
parentcaa039466b08accef83654a02edd7f56d4199f1a
winedump: Make print_longlong() work on 64-bit.

In particular, when long is a 64-bit type, the upper 32 bits would previously
be printed twice.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
tools/winedump/pe.c