include: Add missing STATUS_CTX_ constants.

Francois Gouget fgouget at free.fr
Fri Sep 29 05:48:13 CDT 2006


---
 include/ntstatus.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/ntstatus.h b/include/ntstatus.h
index 8d2ceae..8ce804e 100644
--- a/include/ntstatus.h
+++ b/include/ntstatus.h
@@ -1057,6 +1057,8 @@ #define STATUS_CTX_CLIENT_LICENSE_NOT_SE
 #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)
-- 
1.4.1.1




More information about the wine-patches mailing list