windows.cfg: Added constant definitions from AccCtrl.h
This commit is contained in:
parent
792d5a7cf4
commit
df8a5966bb
|
@ -5379,4 +5379,8 @@ HFONT CreateFont(
|
||||||
<define name="SCODE_FACILITY(sc)" value="(((sc) >> 16) & 0x1fff)"/>
|
<define name="SCODE_FACILITY(sc)" value="(((sc) >> 16) & 0x1fff)"/>
|
||||||
<!-- DWORD SCODE_SEVERITY( SCODE sc );-->
|
<!-- DWORD SCODE_SEVERITY( SCODE sc );-->
|
||||||
<define name="SCODE_SEVERITY(sc)" value="(((sc) >> 31) & 0x1)"/>
|
<define name="SCODE_SEVERITY(sc)" value="(((sc) >> 31) & 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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue