Home
last modified time | relevance | path

Searched defs:MY_SRes_HRESULT_FROM_WRes (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
D7zTypes.h50 #define MY_SRes_HRESULT_FROM_WRes(x) HRESULT_FROM_WIN32(x) macro
57 #define MY_SRes_HRESULT_FROM_WRes(x) ((HRESULT)(x) <= 0 ? ((HRESULT)(x)) : ((HRESULT) (((x) & 0x000… macro