mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +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 */
|
||||
ListSize = FIELD_OFFSET(IO_RESOURCE_REQUIREMENTS_LIST, List->Descriptors)
|
||||
ListSize = FIELD_OFFSET(IO_RESOURCE_REQUIREMENTS_LIST, List[0].Descriptors)
|
||||
+ ResCount * sizeof(IO_RESOURCE_DESCRIPTOR);
|
||||
|
||||
DPRINT("ListSize %lu (0x%lx)\n", ListSize, ListSize);
|
||||
|
|
Loading…
Reference in a new issue