mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
use global symbol table to detect duplicate imports
This commit is contained in:
committed by
Ryan Fleury
parent
7cea036bc1
commit
8f749f4239
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user