Browse Source

Setup: Remove OwnerWindowWndProc that I forgot to remove

pull/2940/merge
Amrsatrio 2 years ago
parent
commit
438eb1d443
  1. 5
      ep_setup/ep_setup.c

5
ep_setup/ep_setup.c

@ -440,11 +440,6 @@ BOOL DownloadResource(BOOL bInstall, LPCWSTR pwszURL, DWORD dwSize, LPCSTR chash
return bOk; return bOk;
} }
LRESULT CALLBACK OwnerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
return DefWindowProcW(hWnd, message, wParam, lParam);
}
int WINAPI wWinMain( int WINAPI wWinMain(
_In_ HINSTANCE hInstance, _In_ HINSTANCE hInstance,
_In_opt_ HINSTANCE hPrevInstance, _In_opt_ HINSTANCE hPrevInstance,

Loading…
Cancel
Save