Updated comment based on latest findings
authorRobert Pengelly <robertapengelly@hotmail.com>
Mon, 5 May 2025 03:55:10 +0000 (04:55 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Mon, 5 May 2025 03:55:10 +0000 (04:55 +0100)
pe.c

diff --git a/pe.c b/pe.c
index b2843aaae88d0509aae7e9d8f9cd03a9a3d31aab..2965b350aba208073543dbce6a3cc2b3d8f620b3 100644 (file)
--- a/pe.c
+++ b/pe.c
@@ -1147,7 +1147,7 @@ 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 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
+ * Visual Studio 2005 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;