Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
735a5104
Commit
735a5104
authored
Sep 07, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Document some Microsoft spelling mistakes so we know they are not to be fixed.
parent
468f00ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ntstatus.h
include/ntstatus.h
+1
-0
sddl.h
include/sddl.h
+2
-0
No files found.
include/ntstatus.h
View file @
735a5104
...
...
@@ -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)
...
...
include/sddl.h
View file @
735a5104
...
...
@@ -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("(")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment