mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[WINESYNC] include: Add missing SYMOPT_* defines.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 620da60f7f7939261192680d10012e31426ba5b3 by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
This commit is contained in:
parent
ef7106dc2a
commit
8de32aeab5
2 changed files with 32 additions and 29 deletions
|
@ -554,10 +554,13 @@ typedef struct _IMAGEHLP_DUPLICATE_SYMBOL64
|
|||
#define SYMOPT_FLAT_DIRECTORY 0x00400000
|
||||
#define SYMOPT_FAVOR_COMPRESSED 0x00800000
|
||||
#define SYMOPT_ALLOW_ZERO_ADDRESS 0x01000000
|
||||
#define SYMOPT_DISABLE_SYMSRV_AUTODETECT 0x02000000
|
||||
#define SYMOPT_READONLY_CACHE 0x04000000
|
||||
#define SYMOPT_SYMPATH_LAST 0x08000000
|
||||
#define SYMOPT_DEBUG 0x80000000
|
||||
#define SYMOPT_DISABLE_SYMSRV_AUTODETECT 0x02000000
|
||||
#define SYMOPT_READONLY_CACHE 0x04000000
|
||||
#define SYMOPT_SYMPATH_LAST 0x08000000
|
||||
#define SYMOPT_DISABLE_FAST_SYMBOLS 0x10000000
|
||||
#define SYMOPT_DISABLE_SYMSRV_TIMEOUT 0x20000000
|
||||
#define SYMOPT_DISABLE_SRVSTAR_ON_STARTUP 0x40000000
|
||||
#define SYMOPT_DEBUG 0x80000000
|
||||
|
||||
typedef struct _IMAGEHLP_STACK_FRAME
|
||||
{
|
||||
|
|
|
@ -4,4 +4,4 @@ files:
|
|||
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
||||
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
||||
tags:
|
||||
wine: d5a372abbba2e174de78855bdd4a004b56cdc006
|
||||
wine: 620da60f7f7939261192680d10012e31426ba5b3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue