code cleanup
This commit is contained in:
parent
12e1fa227e
commit
0089e378d9
@ -570,7 +570,6 @@ namespace Engine
|
|||||||
hp.offset = pusha_rdx_off -4; //RDX
|
hp.offset = pusha_rdx_off -4; //RDX
|
||||||
hp.filter_fun = [](LPVOID data, DWORD *size, HookParam *, BYTE)
|
hp.filter_fun = [](LPVOID data, DWORD *size, HookParam *, BYTE)
|
||||||
{
|
{
|
||||||
static std::wstring prevText;
|
|
||||||
auto text = reinterpret_cast<LPWSTR>(data);
|
auto text = reinterpret_cast<LPWSTR>(data);
|
||||||
auto len = reinterpret_cast<size_t *>(size);
|
auto len = reinterpret_cast<size_t *>(size);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user