Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
2964d8bc
Commit
2964d8bc
authored
May 20, 2005
by
Ivan Leo Puoti
Committed by
Alexandre Julliard
May 20, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename SystemDriverInformation to SystemModuleInformation.
parent
98e38082
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
nt.c
dlls/ntdll/nt.c
+1
-1
winternl.h
include/winternl.h
+1
-1
No files found.
dlls/ntdll/nt.c
View file @
2964d8bc
...
...
@@ -790,7 +790,7 @@ NTSTATUS WINAPI NtQuerySystemInformation(
else
ret
=
STATUS_INFO_LENGTH_MISMATCH
;
}
break
;
case
System
Driver
Information
:
case
System
Module
Information
:
{
SYSTEM_DRIVER_INFORMATION
sdi
;
...
...
include/winternl.h
View file @
2964d8bc
...
...
@@ -582,7 +582,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
SystemProcessorPerformanceInformation
=
8
,
Unknown9
,
Unknown10
,
System
Driver
Information
=
11
,
System
Module
Information
=
11
,
Unknown12
,
Unknown13
,
Unknown14
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment