Skip to content

Commit

Permalink
Fix Audiosurf Radio
Browse files Browse the repository at this point in the history
  • Loading branch information
RubberDuckShobe committed Jun 7, 2023
1 parent 192ccf7 commit 4199f69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Wavebreaker-Hook/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ HINTERNET WINAPI OpenRequestHook(HINTERNET hConnect,
{
if (!dwFlags)
dwFlags = INTERNET_FLAG_SECURE;
if (dwFlags == INTERNET_FLAG_RELOAD)
dwFlags = INTERNET_FLAG_RELOAD | INTERNET_FLAG_SECURE;

return g_httpopenrequesta_hook.stdcall<HINTERNET>(hConnect,
lpszVerb,
lpszObjectName,
Expand Down

0 comments on commit 4199f69

Please sign in to comment.