mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix build, part 2.
svn path=/trunk/; revision=41140
This commit is contained in:
parent
1acfeeec78
commit
1692e98b17
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ PdoQueryResources(
|
|||
}
|
||||
|
||||
/* Calculate the resource list size */
|
||||
ListSize = FIELD_OFFSET(CM_RESOURCE_LIST, List->PartialResourceList.PartialDescriptors)
|
||||
ListSize = FIELD_OFFSET(CM_RESOURCE_LIST, List[0].PartialResourceList.PartialDescriptors)
|
||||
+ ResCount * sizeof(CM_PARTIAL_RESOURCE_DESCRIPTOR);
|
||||
|
||||
/* Allocate the resource list */
|
||||
|
|
Loading…
Reference in a new issue