include: Document some Microsoft spelling mistakes so we know they are not to be fixed.
This commit is contained in:
parent
468f00eddd
commit
735a51046f
|
@ -861,6 +861,7 @@
|
|||
#define STATUS_WAIT_FOR_OPLOCK ((NTSTATUS) 0x00000367)
|
||||
#define STATUS_MOUNT_POINT_NOT_RESOLVED ((NTSTATUS) 0xC0000368)
|
||||
#define STATUS_INVALID_DEVICE_OBJECT_PARAMETER ((NTSTATUS) 0xC0000369)
|
||||
/* STATUS_MCA_OCCURED is not a typo, as per Microsoft's headers */
|
||||
#define STATUS_MCA_OCCURED ((NTSTATUS) 0xC000036A)
|
||||
#define STATUS_DRIVER_BLOCKED_CRITICAL ((NTSTATUS) 0xC000036B)
|
||||
#define STATUS_DRIVER_BLOCKED ((NTSTATUS) 0xC000036C)
|
||||
|
|
|
@ -41,6 +41,7 @@ extern "C" {
|
|||
/*
|
||||
* SDDL Separators - character version
|
||||
*/
|
||||
/* SDDL_SEPERATORC is not a typo, as per Microsoft's headers */
|
||||
#define SDDL_SEPERATORC TEXT(";")
|
||||
#define SDDL_DELIMINATORC TEXT(":")
|
||||
#define SDDL_ACE_BEGINC TEXT("(")
|
||||
|
@ -49,6 +50,7 @@ extern "C" {
|
|||
/*
|
||||
* SDDL Separators - string version
|
||||
*/
|
||||
/* SDDL_SEPERATOR is not a typo, as per Microsoft's headers */
|
||||
#define SDDL_SEPERATOR TEXT(";")
|
||||
#define SDDL_DELIMINATOR TEXT(":")
|
||||
#define SDDL_ACE_BEGIN TEXT("(")
|
||||
|
|
Loading…
Reference in New Issue