Commit 53bc9985 authored by Alexandre Julliard's avatar Alexandre Julliard

shdocvw: Fix a pointer cast warning on 64-bit.

parent e65c2d9a
......@@ -205,7 +205,7 @@ void WINAPI OpenURL(HWND hWnd, HINSTANCE hInst, LPCSTR lpcstrUrl, int nShowCmd)
* Some forwards (by ordinal) to SHLWAPI
*/
static void* fetch_shlwapi_ordinal(unsigned ord)
static void* fetch_shlwapi_ordinal(UINT_PTR ord)
{
static const WCHAR shlwapiW[] = {'s','h','l','w','a','p','i','.','d','l','l','\0'};
static HANDLE h;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment