deps: update Reloaded.Hooks to fork v2, fixes openprocess calls

This commit is contained in:
goat 2022-07-23 21:32:21 +02:00
parent 359d11f7cf
commit 548100d9ea
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 2 deletions

View file

@ -372,7 +372,7 @@ LONG exception_handler(EXCEPTION_POINTERS* ex)
break;
case IDABORT:
ShellExecute(0, 0, L"https://goatcorp.github.io/faq/", 0, 0 , SW_SHOW );
ShellExecute(0, 0, L"https://goatcorp.github.io/faq?utm_source=vectored", 0, 0 , SW_SHOW );
break;
case IDCANCEL:
break;