Fix the size of the dos_message field in the internal_extra_pe_filehdr structure...
authorAndrew Eikum <aeikum@codeweavers.com>
Tue, 29 Oct 2019 08:02:34 +0000 (08:02 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 29 Oct 2019 08:02:34 +0000 (08:02 +0000)
commit2f1575ea6f93a3f0c2b439ac6bf5fe34ef42a1ad
tree424dc470dbceeb150e3b6255c0f5f4ec9cbd5958
parentb9d8f5601bcfbe96ab0476286ae8e249ada10db5
Fix the size of the dos_message field in the internal_extra_pe_filehdr structure on hosts where sizeof(long) == 8.

* coff/internal.h (struct internal_extra_pe_filehdr): Use ints
instead of longs to hold dos_message.
include/ChangeLog
include/coff/internal.h
This page took 0.023783 seconds and 4 git commands to generate.