mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 20:38:40 +00:00
minor fixes
- copy alt name to config arena - promote alternate name conflict error to stop run - remove unused error code
This commit is contained in:
committed by
Ryan Fleury
parent
da0e7e5f69
commit
8d7bd6f9fe
@@ -39,18 +39,17 @@ typedef enum
|
||||
LNK_Error_CircularMerge,
|
||||
LNK_Error_UnresolvedSymbol,
|
||||
LNK_Error_AssociativeLoop,
|
||||
LNK_Error_AlternateNameConflict,
|
||||
LNK_Error_StopLast,
|
||||
|
||||
LNK_Error_First,
|
||||
LNK_Error_AlreadyDefinedSymbol,
|
||||
LNK_Error_AlternateNameConflict,
|
||||
LNK_Error_CvPrecomp,
|
||||
LNK_Error_Natvis,
|
||||
LNK_Error_TooManyFiles,
|
||||
LNK_Error_UnableToOpenTypeServer,
|
||||
LNK_Error_UnexpectedCodePath,
|
||||
LNK_Error_CvIllSymbolData,
|
||||
LNK_Error_IllegalAlternateNameRedifine,
|
||||
LNK_Error_InvalidTypeIndex,
|
||||
LNK_Error_UndefinedIsWeak,
|
||||
LNK_Error_WeakCycle,
|
||||
|
||||
Reference in New Issue
Block a user