1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

set use_dep_hack to true

committer: ml1050 <ml1050> 1139404812 +0000
This commit is contained in:
László Molnár 2006-02-08 13:20:12 +00:00
parent e322613d84
commit a5f79204ce

View File

@ -160,7 +160,7 @@ PackW32Pe::PackW32Pe(InputFile *f) : super(f)
tlsindex = 0;
big_relocs = 0;
soloadconf = 0;
use_dep_hack = false;
use_dep_hack = true;
}