We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14683d3 commit 87f54afCopy full SHA for 87f54af
1 file changed
Include/httpClient/pal.h
@@ -133,9 +133,7 @@ typedef void* HANDLE;
133
#define FACILITY_INTERNET 12
134
#define FACILITY_HTTP 25
135
136
-#ifndef _HRESULT_TYPEDEF_
137
#define _HRESULT_TYPEDEF_(_sc) ((HRESULT)_sc)
138
-#endif
139
#define __HRESULT_FROM_WIN32(x) ((HRESULT)(x) <= 0 ? ((HRESULT)(x)) : ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80000000)))
140
141
#define S_OK _HRESULT_TYPEDEF_(0x00000000L)
0 commit comments