mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[[NTDLL_APITEST}
Fix a bug svn path=/trunk/; revision=57551
This commit is contained in:
parent
d79e5f50d9
commit
9224d278fc
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ InitializeTestImage(
|
|||
ResourceDirectory->VirtualAddress = FIELD_OFFSET(TEST_IMAGE, Resources);
|
||||
ResourceDirectory->Size = sizeof(TEST_RESOURCES);
|
||||
|
||||
strcpy(TestImage->SectionHeaders[0].Name, ".rsrc");
|
||||
strcpy((char*)TestImage->SectionHeaders[0].Name, ".rsrc");
|
||||
TestImage->SectionHeaders[0].Misc.VirtualSize = sizeof(TEST_IMAGE);
|
||||
TestImage->SectionHeaders[0].VirtualAddress = FIELD_OFFSET(TEST_IMAGE, Resources);
|
||||
TestImage->SectionHeaders[0].SizeOfRawData = sizeof(TEST_IMAGE);
|
||||
|
|
Loading…
Reference in a new issue