Rename SystemDriverInformation to SystemModuleInformation.

This commit is contained in:
Ivan Leo Puoti 2005-05-20 09:40:59 +00:00 committed by Alexandre Julliard
parent 98e3808261
commit 2964d8bc52
2 changed files with 2 additions and 2 deletions

View file

@ -790,7 +790,7 @@ NTSTATUS WINAPI NtQuerySystemInformation(
else ret = STATUS_INFO_LENGTH_MISMATCH;
}
break;
case SystemDriverInformation:
case SystemModuleInformation:
{
SYSTEM_DRIVER_INFORMATION sdi;

View file

@ -582,7 +582,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
SystemProcessorPerformanceInformation = 8,
Unknown9,
Unknown10,
SystemDriverInformation = 11,
SystemModuleInformation = 11,
Unknown12,
Unknown13,
Unknown14,