mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
[PSDK]
Add missing dbghelp.h definitions svn path=/trunk/; revision=70570
This commit is contained in:
parent
1c0099452e
commit
24c45ac2f1
1 changed files with 12 additions and 3 deletions
|
@ -487,10 +487,8 @@ typedef struct _IMAGEHLP_DUPLICATE_SYMBOL64
|
|||
#define SYMOPT_EXACT_SYMBOLS 0x00000400
|
||||
#define SYMOPT_WILD_UNDERSCORE 0x00000800
|
||||
#define SYMOPT_USE_DEFAULTS 0x00001000
|
||||
/* latest SDK defines:
|
||||
#define SYMOPT_ALLOW_ABSOLUTE_SYMBOLS 0x00000800
|
||||
#define SYMOPT_IGNORE_NT_SYMPATH 0x00001000
|
||||
*/
|
||||
#define SYMOPT_INCLUDE_32BIT_MODULES 0x00002000
|
||||
#define SYMOPT_PUBLICS_ONLY 0x00004000
|
||||
#define SYMOPT_NO_PUBLICS 0x00008000
|
||||
|
@ -500,7 +498,12 @@ typedef struct _IMAGEHLP_DUPLICATE_SYMBOL64
|
|||
#define SYMOPT_NO_PROMPTS 0x00080000
|
||||
#define SYMOPT_OVERWRITE 0x00100000
|
||||
#define SYMOPT_IGNORE_IMAGEDIR 0x00200000
|
||||
|
||||
#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
|
||||
|
||||
typedef struct _IMAGEHLP_STACK_FRAME
|
||||
|
@ -2541,6 +2544,12 @@ SymUnDName(
|
|||
|
||||
BOOL WINAPI SymUnloadModule(_In_ HANDLE, _In_ DWORD);
|
||||
|
||||
BOOL
|
||||
IMAGEAPI
|
||||
SymSrvIsStore(
|
||||
_In_opt_ HANDLE hProcess,
|
||||
_In_ PCSTR path);
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue