windows.cfg: Added constants from Rpcdce.h.

This commit is contained in:
orbitcowboy 2018-05-24 15:54:01 +02:00
parent df8a5966bb
commit 18b452111f
1 changed files with 7 additions and 0 deletions

View File

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