mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
fix misplaced WINHTTPAPI
This commit is contained in:
+2
-1
@@ -249,7 +249,8 @@ HCERTSTORE WINAPI hook_CertOpenStore(
|
|||||||
return next_CertOpenStore(lpszStoreProvider, dwEncodingType, hCryptProv, dwFlags, pvPara);*/
|
return next_CertOpenStore(lpszStoreProvider, dwEncodingType, hCryptProv, dwFlags, pvPara);*/
|
||||||
|
|
||||||
}
|
}
|
||||||
WINHTTPAPI BOOL hook_WinHttpSetOption(
|
|
||||||
|
static BOOL hook_WinHttpSetOption(
|
||||||
HINTERNET hInternet,
|
HINTERNET hInternet,
|
||||||
DWORD dwOption,
|
DWORD dwOption,
|
||||||
LPVOID lpBuffer,
|
LPVOID lpBuffer,
|
||||||
|
|||||||
Reference in New Issue
Block a user