From: Robert Pengelly Date: Sun, 4 May 2025 17:35:27 +0000 (+0100) Subject: Updated comment after more tests X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=1bc5c1b3d170e771c396c3053b9178c754c56608;p=slink.git Updated comment after more tests --- diff --git a/pe.c b/pe.c index cd3398a..b2843aa 100644 --- a/pe.c +++ b/pe.c @@ -1146,8 +1146,9 @@ static void import_generate_import (const char *import_name, short ordinal_hint, /** * According to https://oldweb.today/?browser=ie6#19830101000000/https://learn.microsoft.com/en-us/windows/win32/debug/pe-format * the earliest archive that's available is from 2022 (date doesn't seem to be visible if you use firfox 10) so the presence of - * the dll name in the short entries may not always be present but for now as link.exe that's available with Visual Studio 2010 - * includes it I'll assume that it's always been present for now. + * the dll name in the short entries may not have always be present but after digging out and installing my old copy of + * Visual Studio 2008 and the link.exe that's available with it includes the dll name in the entries I'll assume that it's + * always been present (for now at least). */ char *current_import_dll_name = 0;