mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
note
This commit is contained in:
committed by
Nikita Smith
parent
c53b8d43d0
commit
e27831902e
+1
-1
@@ -297,7 +297,7 @@ enum
|
|||||||
COFF_WeakExt_NoLibrary = 1,
|
COFF_WeakExt_NoLibrary = 1,
|
||||||
COFF_WeakExt_SearchLibrary = 2,
|
COFF_WeakExt_SearchLibrary = 2,
|
||||||
COFF_WeakExt_SearchAlias = 3,
|
COFF_WeakExt_SearchAlias = 3,
|
||||||
COFF_WeakExt_AntiDependency = 4, // default symbol must not reference a weak symbol
|
COFF_WeakExt_AntiDependency = 4, // search libraries only if the default symbol is weak, even if the weak symbol points to itself
|
||||||
};
|
};
|
||||||
|
|
||||||
// storage class: External
|
// storage class: External
|
||||||
|
|||||||
Reference in New Issue
Block a user