use global symbol table to detect duplicate imports

This commit is contained in:
Nikita Smith
2025-09-08 16:07:31 -07:00
committed by Ryan Fleury
parent 7cea036bc1
commit 8f749f4239
2 changed files with 33 additions and 26 deletions
-1
View File
@@ -82,7 +82,6 @@ typedef struct LNK_ImportTables
String8List static_dll_names;
HashTable *static_imports;
HashTable *delayed_imports;
HashTable *import_stub_ht;
} LNK_ImportTables;
typedef struct LNK_Link