Commit 735a5104 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 468f00ed
......@@ -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("(")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment