mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 14:08:22 +00:00
[DBGHELPHOST] Add IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG
This commit is contained in:
parent
1e0f359fa7
commit
2ed06c9588
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ INT __WideCharToMultiByte( UINT page, DWORD flags, LPCWSTR src, INT srclen, LPST
|
|||
#define IMAGE_SYM_CLASS_FILE 103
|
||||
#define IMAGE_DIRECTORY_ENTRY_EXPORT 0
|
||||
#define IMAGE_DIRECTORY_ENTRY_DEBUG 6
|
||||
#define IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG 10
|
||||
#define IMAGE_DEBUG_MISC_EXENAME 1
|
||||
#define IMAGE_SEPARATE_DEBUG_SIGNATURE 0x4944
|
||||
typedef struct _IMAGE_EXPORT_DIRECTORY {
|
||||
|
|
Loading…
Reference in a new issue