mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
Added missing IMAGE_DEBUG_MISC definition.
This commit is contained in:
parent
9a442f7383
commit
1b4c779270
@ -2319,6 +2319,16 @@ typedef struct _IMAGE_FUNCTION_ENTRY {
|
||||
DWORD EndOfPrologue;
|
||||
} IMAGE_FUNCTION_ENTRY, *PIMAGE_FUNCTION_ENTRY;
|
||||
|
||||
#define IMAGE_DEBUG_MISC_EXENAME 1
|
||||
|
||||
typedef struct _IMAGE_DEBUG_MISC {
|
||||
DWORD DataType;
|
||||
DWORD Length;
|
||||
BYTE Unicode;
|
||||
BYTE Reserved[ 3 ];
|
||||
BYTE Data[ 1 ];
|
||||
} IMAGE_DEBUG_MISC, *PIMAGE_DEBUG_MISC;
|
||||
|
||||
/* This is the structure that appears at the very start of a .DBG file. */
|
||||
|
||||
typedef struct _IMAGE_SEPARATE_DEBUG_HEADER {
|
||||
|
Loading…
x
Reference in New Issue
Block a user