mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:53:02 +00:00
[PSDK] Remove unused file; it doesn't also exist in official MS PSDK
This commit is contained in:
parent
e928b42758
commit
0d8a6a30cc
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#ifndef _NTDLL_H
|
||||
#define _NTDLL_H
|
||||
|
||||
typedef enum _SHUTDOWN_ACTION {
|
||||
ShutdownNoReboot,
|
||||
ShutdownReboot,
|
||||
ShutdownPowerOff
|
||||
} SHUTDOWN_ACTION;
|
||||
|
||||
DWORD WINAPI NtShutdownSystem (SHUTDOWN_ACTION Action);
|
||||
|
||||
#endif /* _NTDLL_H */
|
Loading…
Add table
Add a link
Reference in a new issue