[PSDK] Add various defines needed to build fastfat_new

This commit is contained in:
Pierre Schweitzer 2017-11-23 23:23:16 +01:00
parent 4a843c4e85
commit d8a15d0cc7
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
3 changed files with 26 additions and 0 deletions

View file

@ -947,6 +947,7 @@ extern "C" {
#define STATUS_CALLBACK_POP_STACK ((NTSTATUS)0xC0000423)
#define STATUS_HIVE_UNLOADED ((NTSTATUS)0xC0000425)
#define STATUS_ELEVATION_REQUIRED ((NTSTATUS)0xC000042C)
#define STATUS_PURGE_FAILED ((NTSTATUS)0xC0000435)
#define STATUS_ALREADY_REGISTERED ((NTSTATUS)0xC0000718)
#define STATUS_WOW_ASSERTION ((NTSTATUS)0xC0009898)
#define STATUS_INVALID_SIGNATURE ((NTSTATUS)0xC000A000)