Modified comment
authorRobert Pengelly <robertapengelly@hotmail.com>
Sun, 4 May 2025 17:10:05 +0000 (18:10 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sun, 4 May 2025 17:10:05 +0000 (18:10 +0100)
pe.c

diff --git a/pe.c b/pe.c
index 668008a5664601f1a8c7e1a985faad830cc600a5..2203e4e9c1ca1da26e2ab5f292f30f56b1627664 100644 (file)
--- a/pe.c
+++ b/pe.c
@@ -1144,9 +1144,10 @@ static void import_generate_import (const char *import_name, short ordinal_hint,
 
 
 /**
- * According to https://oldweb.today/?browser=ff10#19831010000000/http://learn.microsoft.com/en-us/windows/win32/debug/pe-format
- * the short form entries have had the dll name in the entry since dll's were introduced in 1983 so it should be safe to assume
- * that there's one present.
+ * 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 presece of
+ * the dll name in the short entries may not always be present for 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.
  */
 char *current_import_dll_name = 0;