More visibility for PackHeader when debug(-D)

modified:   packhead.cpp
	modified:   packmast.cpp
	modified:   pefile.h
This commit is contained in:
John Reiser
2017-05-26 13:02:32 -07:00
parent f42a37555d
commit d1a869496b
3 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -37,6 +37,8 @@
class PeFile : public Packer
{
typedef Packer super;
public:
virtual int getVersion() const { return 13; }
protected:
class Interval;
class Reloc;
@@ -47,7 +49,6 @@ protected:
PeFile(InputFile *f);
virtual ~PeFile();
virtual int getVersion() const { return 13; }
void readSectionHeaders(unsigned objs, unsigned sizeof_ih);
unsigned readSections(unsigned objs, unsigned usize,