mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 06:33:00 +00:00
[IMAGEHLP_WINETEST] Un-mark a ROS-diff that's been committed upstream.
This commit is contained in:
parent
45964099f3
commit
a5a6c6419f
1 changed files with 0 additions and 8 deletions
|
@ -56,11 +56,7 @@ struct Imports {
|
||||||
} ibn;
|
} ibn;
|
||||||
char dllname[0x10];
|
char dllname[0x10];
|
||||||
};
|
};
|
||||||
#ifdef __REACTOS__
|
|
||||||
#define EXIT_PROCESS (VA_START+RVA_IDATA+FIELD_OFFSET(struct Imports, thunks))
|
#define EXIT_PROCESS (VA_START+RVA_IDATA+FIELD_OFFSET(struct Imports, thunks))
|
||||||
#else
|
|
||||||
#define EXIT_PROCESS (VA_START+RVA_IDATA+FIELD_OFFSET(struct Imports, thunks[0]))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static struct _PeImage {
|
static struct _PeImage {
|
||||||
IMAGE_DOS_HEADER dos_header;
|
IMAGE_DOS_HEADER dos_header;
|
||||||
|
@ -223,12 +219,8 @@ static const struct expected_blob b1[] = {
|
||||||
{FILE_IDATA-FILE_TEXT, &bin.text_section},
|
{FILE_IDATA-FILE_TEXT, &bin.text_section},
|
||||||
{sizeof(bin.idata_section.descriptors[0].u.OriginalFirstThunk),
|
{sizeof(bin.idata_section.descriptors[0].u.OriginalFirstThunk),
|
||||||
&bin.idata_section.descriptors[0].u.OriginalFirstThunk},
|
&bin.idata_section.descriptors[0].u.OriginalFirstThunk},
|
||||||
#ifdef __REACTOS__
|
|
||||||
{FIELD_OFFSET(struct Imports, thunks)-
|
{FIELD_OFFSET(struct Imports, thunks)-
|
||||||
(FIELD_OFFSET(struct Imports, descriptors)+FIELD_OFFSET(IMAGE_IMPORT_DESCRIPTOR, Name)),
|
(FIELD_OFFSET(struct Imports, descriptors)+FIELD_OFFSET(IMAGE_IMPORT_DESCRIPTOR, Name)),
|
||||||
#else
|
|
||||||
{FIELD_OFFSET(struct Imports, thunks)-FIELD_OFFSET(struct Imports, descriptors[0].Name),
|
|
||||||
#endif
|
|
||||||
&bin.idata_section.descriptors[0].Name},
|
&bin.idata_section.descriptors[0].Name},
|
||||||
{FILE_TOTAL-FILE_IDATA-FIELD_OFFSET(struct Imports, ibn),
|
{FILE_TOTAL-FILE_IDATA-FIELD_OFFSET(struct Imports, ibn),
|
||||||
&bin.idata_section.ibn}
|
&bin.idata_section.ibn}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue