mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
fix msvc compile
This commit is contained in:
+2
-2
@@ -49,7 +49,7 @@ HCERTSTORE WINAPI hook_CertOpenStore(
|
||||
const void *pvPara
|
||||
);
|
||||
|
||||
WINHTTPAPI BOOL hook_WinHttpSetOption(
|
||||
static BOOL hook_WinHttpSetOption(
|
||||
HINTERNET hInternet,
|
||||
DWORD dwOption,
|
||||
LPVOID lpBuffer,
|
||||
@@ -73,7 +73,7 @@ HCERTSTORE (WINAPI *next_CertOpenStore)(
|
||||
const void *pvPara
|
||||
);
|
||||
|
||||
WINHTTPAPI BOOL (*next_WinHttpSetOption)(
|
||||
static BOOL (*next_WinHttpSetOption)(
|
||||
HINTERNET hInternet,
|
||||
DWORD dwOption,
|
||||
LPVOID lpBuffer,
|
||||
|
||||
Reference in New Issue
Block a user