[PSDK] Remove unused file; it doesn't also exist in official MS PSDK

This commit is contained in:
Hermès Bélusca-Maïto 2024-02-28 17:23:17 +01:00
parent e928b42758
commit 0d8a6a30cc
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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 */