Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
f7fb4d2b
Commit
f7fb4d2b
authored
Sep 14, 2004
by
Steven Edwards
Committed by
Alexandre Julliard
Sep 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for NtShutdownSystem.
parent
4d563e01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
nt.c
dlls/ntdll/nt.c
+10
-0
ntdll.spec
dlls/ntdll/ntdll.spec
+2
-2
No files found.
dlls/ntdll/nt.c
View file @
f7fb4d2b
...
...
@@ -792,6 +792,16 @@ NTSTATUS WINAPI NtPowerInformation(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5)
}
/******************************************************************************
* NtShutdownSystem [NTDLL.@]
*
*/
NTSTATUS
WINAPI
NtShutdownSystem
(
DWORD
x1
)
{
FIXME
(
"(0x%08lx),stub
\n
"
,
x1
);
return
0
;
}
/******************************************************************************
* NtAllocateLocallyUniqueId (NTDLL.@)
*
* FIXME: the server should do that
...
...
dlls/ntdll/ntdll.spec
View file @
f7fb4d2b
...
...
@@ -246,7 +246,7 @@
@ stdcall NtSetTimerResolution(long long ptr)
@ stdcall NtSetValueKey(long long long long long long)
@ stdcall NtSetVolumeInformationFile(long ptr ptr long long)
@ st
ub NtShutdownSystem
@ st
dcall NtShutdownSystem(long)
@ stub NtStartProfile
@ stub NtStopProfile
@ stdcall NtSuspendThread(long ptr)
...
...
@@ -824,7 +824,7 @@
@ stdcall ZwSetTimerResolution(long long ptr) NtSetTimerResolution
@ stdcall ZwSetValueKey(long long long long long long) NtSetValueKey
@ stdcall ZwSetVolumeInformationFile(long ptr ptr long long) NtSetVolumeInformationFile
@ st
ub Zw
ShutdownSystem
@ st
dcall ZwShutdownSystem(long) Nt
ShutdownSystem
@ stub ZwStartProfile
@ stub ZwStopProfile
@ stdcall ZwSuspendThread(long ptr) NtSuspendThread
...
...
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