mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
collapse linker input states into one state
This commit is contained in:
committed by
Ryan Fleury
parent
d3c3b672ea
commit
f75cdd23d7
@@ -83,6 +83,8 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
LNK_InputObjList input_obj_list;
|
||||
U64 input_imports_count;
|
||||
LNK_InputImport *input_imports;
|
||||
LNK_InputImportList input_import_list;
|
||||
LNK_SymbolList unresolved_symbol_list;
|
||||
} LNK_SymbolFinderResult;
|
||||
|
||||
Reference in New Issue
Block a user