summaryrefslogtreecommitdiffhomepage
path: root/src/hdrdump/pe_hdrdump_export_hdr.c
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15perk.h: eliminate #include's of referential headers.midipix1-0/+2
The primary purpose of this commit is to eliminate the pulling in of definitions not strictly needed by perk.h. In particular, perk.h does not require any of the PE constants to be defined, and only refers to the raw PE structs by pointer. The secondary purpose of this commit is to allow for inclusion of perk.h by software that already comes with its own set of PE const and struct definitions.
2018-11-20output: header dump: added pe_hdrdump_export_hdr().midipix1-0/+66