mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 14:46:34 +00:00
Trying to fix build.
svn path=/trunk/; revision=41139
This commit is contained in:
parent
db320e7765
commit
1acfeeec78
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ PdoQueryResourceRequirements(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calculate the resource list size */
|
/* Calculate the resource list size */
|
||||||
ListSize = FIELD_OFFSET(IO_RESOURCE_REQUIREMENTS_LIST, List->Descriptors)
|
ListSize = FIELD_OFFSET(IO_RESOURCE_REQUIREMENTS_LIST, List[0].Descriptors)
|
||||||
+ ResCount * sizeof(IO_RESOURCE_DESCRIPTOR);
|
+ ResCount * sizeof(IO_RESOURCE_DESCRIPTOR);
|
||||||
|
|
||||||
DPRINT("ListSize %lu (0x%lx)\n", ListSize, ListSize);
|
DPRINT("ListSize %lu (0x%lx)\n", ListSize, ListSize);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue