Skip to content

Commit

Permalink
Setup: Remove OwnerWindowWndProc that I forgot to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrsatrio committed Feb 17, 2024
1 parent fb28688 commit 438eb1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ep_setup/ep_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,11 +440,6 @@ BOOL DownloadResource(BOOL bInstall, LPCWSTR pwszURL, DWORD dwSize, LPCSTR chash
return bOk;
}

LRESULT CALLBACK OwnerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
return DefWindowProcW(hWnd, message, wParam, lParam);
}

int WINAPI wWinMain(
_In_ HINSTANCE hInstance,
_In_opt_ HINSTANCE hPrevInstance,
Expand Down

0 comments on commit 438eb1d

Please sign in to comment.