windows.cfg: Added support for more constants from WinError.h

This commit is contained in:
orbitcowboy 2020-11-22 00:42:30 +01:00
parent 04041fd204
commit e26298e12d
1 changed files with 2 additions and 0 deletions

View File

@ -7039,6 +7039,8 @@ HFONT CreateFont(
<define name="WINCODEC_ERR_INVALIDQUERYCHARACTER" value="0x88982F93"/>
<define name="WINCODEC_ERR_WIN32ERROR" value="0x88982F94"/>
<define name="WINCODEC_ERR_INVALIDPROGRESSIVELEVEL" value="0x88982F95"/>
<define name="S_OK" value="((HRESULT)0L)"/>
<define name="S_FALSE" value="((HRESULT)1L)"/>
<!-- Winerror.h: COM Error Codes (WPN, MBN, P2P, Bluetooth) -->
<define name="WPN_E_CHANNEL_CLOSED" value="0x803E0100"/>
<define name="WPN_E_CHANNEL_REQUEST_NOT_COMPLETE" value="0x803E0101"/>