Commit 8d6358d5 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

wpc/tests: Enable compilation with long types.

parent ce152acd
EXTRADEFS = -DWINE_NO_LONG_TYPES
TESTDLL = wpc.dll
IMPORTS = ole32
......
......@@ -32,7 +32,7 @@ static void test_wpc(void)
if(hres == REGDB_E_CLASSNOTREG)
win_skip("CLSID_WindowsParentalControls not registered\n");
else
ok(hres == S_OK, "Could not create CLSID_WindowsParentalControls instance: %08x\n", hres);
ok(hres == S_OK, "Could not create CLSID_WindowsParentalControls instance: %08lx\n", hres);
if(FAILED(hres))
return;
......
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