diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexw32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexw32.c b/src/unexw32.c index 0c6b48342e5..e97a52ba07a 100644 --- a/src/unexw32.c +++ b/src/unexw32.c | |||
| @@ -471,7 +471,7 @@ get_section_info (file_data *p_infile) | |||
| 471 | } | 471 | } |
| 472 | 472 | ||
| 473 | /* Format to print a DWORD_PTR value. */ | 473 | /* Format to print a DWORD_PTR value. */ |
| 474 | #ifdef MINGW_W64 | 474 | #if defined MINGW_W64 && defined _WIN64 |
| 475 | # define pDWP "16llx" | 475 | # define pDWP "16llx" |
| 476 | #else | 476 | #else |
| 477 | # define pDWP "08lx" | 477 | # define pDWP "08lx" |