mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 22:40:55 +00:00
Rename SystemDriverInformation to SystemModuleInformation.
This commit is contained in:
parent
98e3808261
commit
2964d8bc52
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user