Francois Gouget : include: Add missing STATUS_CTX_ constants.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 3 13:37:33 CDT 2006


Module: wine
Branch: master
Commit: 3a03248a7c251760a7bbf247a5df8f31c5a671a7
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3a03248a7c251760a7bbf247a5df8f31c5a671a7

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Sep 29 12:48:13 2006 +0200

include: Add missing STATUS_CTX_ constants.

---

 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)




More information about the wine-cvs mailing list