| commit | f9df13c5b28fdea306ca6d6cd9b428d845bdc458 | [log] [tgz] |
|---|---|---|
| author | Rob Shearman <rob@codeweavers.com> | Mon Feb 12 13:27:36 2007 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 12 15:20:39 2007 +0100 |
| tree | 8e5aefe3f2d858f371e3e2c5e65d59c667ea1999 | |
| parent | be160335d2761d573c5e6ce7b54330c941514d85 [diff] |
include: Fix a typo in a comment in rpcdce.h.
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 @@ #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