mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
deps: update Reloaded.Hooks to fork v2, fixes openprocess calls
This commit is contained in:
parent
359d11f7cf
commit
548100d9ea
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue