add comment
This commit is contained in:
parent
4e373df13b
commit
79d39ce135
@ -357,7 +357,7 @@ DWORD TextHook::UnsafeSend(DWORD dwDataBase, DWORD dwRetn)
|
|||||||
hp.filter_fun = NoAsciiFilter;
|
hp.filter_fun = NoAsciiFilter;
|
||||||
|
|
||||||
// jichi 10/24/2014: Skip GDI functions
|
// jichi 10/24/2014: Skip GDI functions
|
||||||
// Artikash 6/3/2018: why??
|
// Artikash 6/3/2018: ^ why??
|
||||||
// Artikash 6/3/2018: Reenable GDI functions
|
// Artikash 6/3/2018: Reenable GDI functions
|
||||||
//if (!::gdi_hook_enabled_ && ::IsGDIFunction((LPCVOID)hp.address))
|
//if (!::gdi_hook_enabled_ && ::IsGDIFunction((LPCVOID)hp.address))
|
||||||
// return 0;
|
// return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user