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
4ccf44bb
Commit
4ccf44bb
authored
Mar 25, 2021
by
Mark Harmstone
Committed by
Alexandre Julliard
Mar 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntstatus.h: Add MUI statuses.
Signed-off-by:
Mark Harmstone
<
mark@harmstone.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b5994643
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
ntstatus.h
include/ntstatus.h
+8
-0
No files found.
include/ntstatus.h
View file @
4ccf44bb
...
@@ -1330,6 +1330,14 @@
...
@@ -1330,6 +1330,14 @@
#define STATUS_TS_INCOMPATIBLE_SESSIONS ((NTSTATUS) 0xC00A0039)
#define STATUS_TS_INCOMPATIBLE_SESSIONS ((NTSTATUS) 0xC00A0039)
#define STATUS_TS_VIDEO_SUBSYSTEM_ERROR ((NTSTATUS) 0xC00A003A)
#define STATUS_TS_VIDEO_SUBSYSTEM_ERROR ((NTSTATUS) 0xC00A003A)
#define STATUS_MUI_FILE_NOT_FOUND ((NTSTATUS)0xC00B0001)
#define STATUS_MUI_INVALID_FILE ((NTSTATUS)0xC00B0002)
#define STATUS_MUI_INVALID_RC_CONFIG ((NTSTATUS)0xC00B0003)
#define STATUS_MUI_INVALID_LOCALE_NAME ((NTSTATUS)0xC00B0004)
#define STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME ((NTSTATUS)0xC00B0005)
#define STATUS_MUI_FILE_NOT_LOADED ((NTSTATUS)0xC00B0006)
#define STATUS_RESOURCE_ENUM_USER_STOP ((NTSTATUS)0xC00B0007)
#define STATUS_CLUSTER_INVALID_NODE ((NTSTATUS) 0xC0130001)
#define STATUS_CLUSTER_INVALID_NODE ((NTSTATUS) 0xC0130001)
#define STATUS_CLUSTER_NODE_EXISTS ((NTSTATUS) 0xC0130002)
#define STATUS_CLUSTER_NODE_EXISTS ((NTSTATUS) 0xC0130002)
#define STATUS_CLUSTER_JOIN_IN_PROGRESS ((NTSTATUS) 0xC0130003)
#define STATUS_CLUSTER_JOIN_IN_PROGRESS ((NTSTATUS) 0xC0130003)
...
...
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