mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[PSDK] Remove unused file; it doesn't also exist in official MS PSDK
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user