Start using some C++ 14 features.

This commit is contained in:
Markus F.X.J. Oberhumer
2020-12-08 05:40:17 +01:00
parent 361a3056cb
commit f7e2266c3f
62 changed files with 971 additions and 960 deletions
+3 -3
View File
@@ -103,15 +103,15 @@ void PackDjgpp2::buildLoader(const Filter *ft)
getDecompressorSections(),
M_IS_LZMA(ph.method) ? "LZMA_DONE_STACK" : "",
"DJ2BSS00",
NULL
nullptr
);
if (ft->id)
{
assert(ft->calls > 0);
addLoader("DJCALLT2", NULL);
addLoader("DJCALLT2", nullptr);
addFilter32(ft->id);
}
addLoader("DJRETURN,+40C,UPX1HEAD", NULL);
addLoader("DJRETURN,+40C,UPX1HEAD", nullptr);
}