Avoid MinGW64 compiler warnings in unexw32.c

* src/unexw32.c (pDWP) [MINGW_W64]: Define to "16llx" only for the
64-bit build.
This commit is contained in:
Andy Moreton 2017-09-16 16:44:39 +03:00 committed by Eli Zaretskii
parent 625cee5316
commit 12e864eb30

View file

@ -471,7 +471,7 @@ get_section_info (file_data *p_infile)
}
/* Format to print a DWORD_PTR value. */
#ifdef MINGW_W64
#if defined MINGW_W64 && defined _WIN64
# define pDWP "16llx"
#else
# define pDWP "08lx"