mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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…
Reference in a new issue