Rob Shearman : include: Fix a typo in a comment in rpcdce.h.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 12 09:24:12 CST 2007


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Mon Feb 12 13:27:36 2007 +0000

include: Fix a typo in a comment in rpcdce.h.

---

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

diff --git a/include/rpcdce.h b/include/rpcdce.h
index f6b5ab5..3fd4923 100644
--- a/include/rpcdce.h
+++ b/include/rpcdce.h
@@ -139,7 +139,7 @@ typedef I_RPC_HANDLE *RPC_EP_INQ_HANDLE;
 #define RPC_C_AUTHN_MQ 100
 #define RPC_C_AUTHN_DEFAULT 0xffffffff
 
-/* values for RPC_SECURITY_QOS*::ImpersonationLevel */
+/* values for RPC_SECURITY_QOS*::ImpersonationType */
 #define RPC_C_IMP_LEVEL_DEFAULT     0
 #define RPC_C_IMP_LEVEL_ANONYMOUS   1
 #define RPC_C_IMP_LEVEL_IDENTIFY    2




More information about the wine-cvs mailing list