Mark Harmstone : ntstatus.h: Add MUI statuses.

Alexandre Julliard julliard at winehq.org
Thu Mar 25 16:49:23 CDT 2021


Module: wine
Branch: master
Commit: 4ccf44bb92239d3ad560fe08f7fd5e31825dc076
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4ccf44bb92239d3ad560fe08f7fd5e31825dc076

Author: Mark Harmstone <mark at harmstone.com>
Date:   Thu Mar 25 01:56:20 2021 +0000

ntstatus.h: Add MUI statuses.

Signed-off-by: Mark Harmstone <mark at harmstone.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/ntstatus.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/ntstatus.h b/include/ntstatus.h
index f0110659f0c..e049be0bdbd 100644
--- a/include/ntstatus.h
+++ b/include/ntstatus.h
@@ -1330,6 +1330,14 @@
 #define STATUS_TS_INCOMPATIBLE_SESSIONS  ((NTSTATUS) 0xC00A0039)
 #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_NODE_EXISTS       ((NTSTATUS) 0xC0130002)
 #define STATUS_CLUSTER_JOIN_IN_PROGRESS  ((NTSTATUS) 0xC0130003)




More information about the wine-cvs mailing list