mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 01:03:16 +00:00
[PSDK] Update ntstatus.h
This commit is contained in:
parent
e195303889
commit
f5612437ee
3 changed files with 1636 additions and 6 deletions
|
@ -1576,9 +1576,6 @@ LdrProcessRelocationBlock(
|
||||||
return LdrProcessRelocationBlockLongLong(Address, Count, TypeOffset, Delta);
|
return LdrProcessRelocationBlockLongLong(Address, Count, TypeOffset, Delta);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: Add to ntstatus.mc */
|
|
||||||
#define STATUS_MUI_FILE_NOT_FOUND ((NTSTATUS)0xC00B0001L)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -46,7 +46,6 @@
|
||||||
#define FACILITY_SXS 23
|
#define FACILITY_SXS 23
|
||||||
#define FACILITY_WINDOWS_CE 24
|
#define FACILITY_WINDOWS_CE 24
|
||||||
#define FACILITY_HTTP 25
|
#define FACILITY_HTTP 25
|
||||||
#define FACILITY_COMMONLOG 26
|
|
||||||
#define FACILITY_USERMODE_COMMONLOG 26
|
#define FACILITY_USERMODE_COMMONLOG 26
|
||||||
#define FACILITY_WER 27
|
#define FACILITY_WER 27
|
||||||
#define FACILITY_USERMODE_FILTER_MANAGER 31
|
#define FACILITY_USERMODE_FILTER_MANAGER 31
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue