Avoid 64-bit compilation warnings in unexw32.c
commit7d33ebc1f0d68b0b2a5bb089e5b62e7e1f6fc3f6
authorEli Zaretskii <eliz@gnu.org>
Thu, 14 Sep 2017 17:46:59 +0000 (14 20:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 14 Sep 2017 17:46:59 +0000 (14 20:46 +0300)
treec6bdeec7bcdb20ae7e4f5289203352c14821d8c8
parent2c29280e7a360f55a8110bb1e3985cc09eb94577
Avoid 64-bit compilation warnings in unexw32.c

* src/unexw32.c (pDWP): New macro.
(COPY_CHUNK, COPY_PROC_CHUNK): Declare 'count' as DWORD_PTR.  Use
pDWP for printing values that can be either 32-bit or 64-bit wide.
src/unexw32.c