windows.cfg: Added constants from Rpcdce.h.
This commit is contained in:
parent
df8a5966bb
commit
18b452111f
|
@ -5383,4 +5383,11 @@ HFONT CreateFont(
|
|||
<define name="ACTRL_ACCESS_ALLOWED" value="0x00000000"/>
|
||||
<!-- AccCtrl.h: Indicates an access-denied entry. -->
|
||||
<define name="ACTRL_ACCESS_DENIED" value="0x10000000"/>
|
||||
<define name="RPC_C_AUTHN_LEVEL_DEFAULT" value="0"/>
|
||||
<define name="RPC_C_AUTHN_LEVEL_NONE" value="1"/>
|
||||
<define name="RPC_C_AUTHN_LEVEL_CONNECT" value="2"/>
|
||||
<define name="RPC_C_AUTHN_LEVEL_CALL" value="3"/>
|
||||
<define name="RPC_C_AUTHN_LEVEL_PKT" value="4"/>
|
||||
<define name="RPC_C_AUTHN_LEVEL_PKT_INTEGRITY" value="5"/>
|
||||
<define name="RPC_C_AUTHN_LEVEL_PKT_PRIVACY" value="6"/>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue