7 lines
374 B
C
7 lines
374 B
C
#pragma once
|
|
|
|
#include "Classes.h"
|
|
|
|
typedef void (__thiscall* Http_httpGetPostWinInet_t)(Http* _this, bool isPost, int a3, bool compressData, LPCSTR additionalHeaders, int a6);
|
|
void __fastcall Http_httpGetPostWinInet_hook(Http* _this, void*, bool isPost, int a3, bool compressData, LPCSTR additionalHeaders, int a6);
|
|
extern Http_httpGetPostWinInet_t Http_httpGetPostWinInet; |