push a null symbol as a terminator for /alternatename weak symbol chain

This commit is contained in:
Nikita Smith
2025-08-18 19:09:31 -07:00
committed by Nikita Smith
parent 04d2877b40
commit a3582332ee
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
// --- Link --------------------------------------------------------------------
#define LNK_IMPORT_STUB "*** RAD_IMPORT_STUB ***"
#define LNK_NULL_SYMBOL "*** RAD_NULL_SYMBOL ***"
#define LNK_SECTION_FLAG_IS_LIVE (1 << 0)
typedef struct LNK_LinkContext