Skip to content

Commit

Permalink
Fea #29, 消除Chrome中Win7不支持的WinHttpProxyResolver接口
Browse files Browse the repository at this point in the history
  - 添加 WinHttpCreateProxyResolver
  - 添加 WinHttpGetProxyForUrlEx
  - 添加 WinHttpGetProxyResult
  - 添加 WinHttpFreeProxyResult
  • Loading branch information
mingkuang-Chuyu committed May 20, 2024
1 parent 748419c commit 45f19fa
Show file tree
Hide file tree
Showing 9 changed files with 1,126 additions and 9 deletions.
8 changes: 8 additions & 0 deletions ThunksList.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,14 @@
| GetFileVersionInfoExW(A) | 不存在时,调用GetFileVersionInfoW(A)。
| GetFileVersionInfoSizeExW(A) | 不存在时,调用GetFileVersionInfoSizeW(A)。

## WinHttp.dll
| 函数 | Fallback
| ---- | -----------
| WinHttpCreateProxyResolver | 不存在时,内部实现。
| WinHttpGetProxyForUrlEx | 不存在时,异步调用WinHttpGetProxyForUrl。
| WinHttpGetProxyResult | 不存在时,内部实现。
| WinHttpFreeProxyResult | 不存在时,内部实现。

## ws2_32.dll
| 函数 | Fallback
| ---- | -----------
Expand Down
Loading

0 comments on commit 45f19fa

Please sign in to comment.