windows.cfg: Added constant definitions from AccCtrl.h

This commit is contained in:
orbitcowboy 2018-05-24 15:49:28 +02:00
parent 792d5a7cf4
commit df8a5966bb
1 changed files with 4 additions and 0 deletions

View File

@ -5379,4 +5379,8 @@ HFONT CreateFont(
<define name="SCODE_FACILITY(sc)" value="(((sc) &gt;&gt; 16) &amp; 0x1fff)"/>
<!-- DWORD SCODE_SEVERITY( SCODE sc );-->
<define name="SCODE_SEVERITY(sc)" value="(((sc) &gt;&gt; 31) &amp; 0x1)"/>
<!-- AccCtrl.h: Indicates an access-allowed entry. -->
<define name="ACTRL_ACCESS_ALLOWED" value="0x00000000"/>
<!-- AccCtrl.h: Indicates an access-denied entry. -->
<define name="ACTRL_ACCESS_DENIED" value="0x10000000"/>
</def>