include: Document some Microsoft spelling mistakes so we know they are not to be fixed.

oldstable
Francois Gouget 2006-09-07 19:59:35 +02:00 committed by Alexandre Julliard
parent 468f00eddd
commit 735a51046f
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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("(")