mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[WINESYNC] dbghelp: Add SYMFLAG_- and SYMTYPE_-defines.
Signed-off-by: Andreas Maier <staubim@quantentunnel.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 3b01149d8677fa86addfb67414d793684779c5ce by Andreas Maier <staubim@quantentunnel.de>
This commit is contained in:
parent
616fb16a52
commit
94e2d456db
3 changed files with 15 additions and 1 deletions
|
@ -1110,6 +1110,13 @@ BOOL WINAPI SymUnloadModule64(_In_ HANDLE, _In_ DWORD64);
|
|||
#define SYMFLAG_THUNK 0x00002000
|
||||
#define SYMFLAG_TLSREL 0x00004000
|
||||
#define SYMFLAG_SLOT 0x00008000
|
||||
#define SYMFLAG_ILREL 0x00010000
|
||||
#define SYMFLAG_METADATA 0x00020000
|
||||
#define SYMFLAG_CLR_TOKEN 0x00040000
|
||||
#define SYMFLAG_NULL 0x00080000
|
||||
#define SYMFLAG_FUNC_NO_RETURN 0x00100000
|
||||
#define SYMFLAG_SYNTHETIC_ZEROBASE 0x00200000
|
||||
#define SYMFLAG_PUBLIC_CODE 0x00400000
|
||||
|
||||
#define MAX_SYM_NAME 2000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue