Commit 2964d8bc authored by Ivan Leo Puoti's avatar Ivan Leo Puoti Committed by Alexandre Julliard

Rename SystemDriverInformation to SystemModuleInformation.

parent 98e38082
......@@ -790,7 +790,7 @@ NTSTATUS WINAPI NtQuerySystemInformation(
else ret = STATUS_INFO_LENGTH_MISMATCH;
}
break;
case SystemDriverInformation:
case SystemModuleInformation:
{
SYSTEM_DRIVER_INFORMATION sdi;
......
......@@ -582,7 +582,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
SystemProcessorPerformanceInformation = 8,
Unknown9,
Unknown10,
SystemDriverInformation = 11,
SystemModuleInformation = 11,
Unknown12,
Unknown13,
Unknown14,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment