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:
parent
625cee5316
commit
12e864eb30
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue