mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[NTOS] Add missing brackets. Comment out some unused statements. CORE-11799 (#94)
This commit is contained in:
@@ -210,7 +210,7 @@ MmGetOffsetPageFile(PRETRIEVAL_POINTERS_BUFFER RetrievalPointers, LARGE_INTEGER
|
||||
{
|
||||
const LARGE_INTEGER dummy =
|
||||
{
|
||||
0
|
||||
{0}
|
||||
};
|
||||
return dummy;
|
||||
}
|
||||
|
||||
@@ -256,11 +256,11 @@ WmipQueryRawSMBiosTables(
|
||||
AllData->WnodeHeader.KernelHandle = NULL;
|
||||
//AllData->WnodeHeader.TimeStamp;
|
||||
AllData->WnodeHeader.Guid = MSSmBios_RawSMBiosTables_GUID;
|
||||
AllData->WnodeHeader.ClientContext;
|
||||
//AllData->WnodeHeader.ClientContext;
|
||||
AllData->WnodeHeader.Flags = WNODE_FLAG_FIXED_INSTANCE_SIZE;
|
||||
AllData->DataBlockOffset = sizeof(WNODE_ALL_DATA);
|
||||
AllData->InstanceCount = 1;
|
||||
AllData->OffsetInstanceNameOffsets;
|
||||
//AllData->OffsetInstanceNameOffsets;
|
||||
AllData->FixedInstanceSize = TableSize;
|
||||
|
||||
RtlCopyMemory(AllData + 1, TableData, TableSize);
|
||||
|
||||
Reference in New Issue
Block a user