Commit 3a03248a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include: Add missing STATUS_CTX_ constants.

parent f68d8ed9
......@@ -1057,6 +1057,8 @@
#define STATUS_CTX_CLIENT_LICENSE_IN_USE ((NTSTATUS) 0xC00A0034)
#define STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE ((NTSTATUS) 0xC00A0035)
#define STATUS_CTX_SHADOW_NOT_RUNNING ((NTSTATUS) 0xC00A0036)
#define STATUS_CTX_LOGON_DISABLED ((NTSTATUS) 0xC00A0037)
#define STATUS_CTX_SECURITY_LAYER_ERROR ((NTSTATUS) 0xC00A0038)
#define STATUS_CLUSTER_INVALID_NODE ((NTSTATUS) 0xC0130001)
#define STATUS_CLUSTER_NODE_EXISTS ((NTSTATUS) 0xC0130002)
......
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