aboutsummaryrefslogtreecommitdiff
path: root/common/winexe_pe.h
AgeCommit message (Collapse)Author
2020-01-11COMMON: Add a common base class for the Windows resource classesCameron Cawley
2020-01-11COMMON: Rename PEResources::getNameList() to getIDList()Cameron Cawley
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-02-22COMMON: Begin to merge some NE/PE codeMatthew Hoops
The ID classes are now common to both. The files have been renamed to better illustrate their purpose.