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

oldstable
Rob Shearman 2007-02-12 13:27:36 +00:00 committed by Alexandre Julliard
parent be160335d2
commit f9df13c5b2
1 changed files with 1 additions and 1 deletions

View File

@ -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