Added new field PackHeader::overlap_overhead.

committer: mfx <mfx> 978190533 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-30 15:35:33 +00:00
parent 85bebf0b43
commit a8177201ef
21 changed files with 139 additions and 114 deletions
+3 -2
View File
@@ -78,11 +78,12 @@ int PackW16Ne::buildLoader(const Filter *ft)
//
**************************************************************************/
bool PackW16Ne::readFileHeader()
int PackW16Ne::readFileHeader()
{
// FIXME: identify a win16/ne executable, so that the call
// for contribution below will get thrown
return false;
return 0;
//return UPX_F_WIN16_NE;
}