Commit 156afe30 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

url: Enable compilation with long types.

parent 18932480
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = url.dll
IMPORTLIB = url
IMPORTS = shell32 shlwapi
......
......@@ -56,7 +56,7 @@ DWORD WINAPI AddMIMEFileTypesPS(VOID * unknown1, LPPROPSHEETHEADERA lppsh)
*/
BOOL WINAPI InetIsOffline(DWORD flags)
{
FIXME("(%08x): stub!\n", flags);
FIXME("(%08lx): stub!\n", flags);
return FALSE;
}
......
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