do lightweight import gathering while resolving links

This commit is contained in:
Nikita Smith
2025-09-13 01:35:56 -07:00
committed by Ryan Fleury
parent d4ac5ede77
commit 630c3b42a7
7 changed files with 160 additions and 162 deletions
+1
View File
@@ -294,6 +294,7 @@ typedef struct COFF_Symbol32
typedef U32 COFF_WeakExtType;
enum
{
COFF_WeakExt_Null = 0,
COFF_WeakExt_NoLibrary = 1,
COFF_WeakExt_SearchLibrary = 2,
COFF_WeakExt_SearchAlias = 3,