wpc/tests: Enable compilation with long types.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-03-10 08:47:35 +01:00 committed by Alexandre Julliard
parent ce152acdf5
commit 8d6358d59a
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
TESTDLL = wpc.dll
IMPORTS = ole32

View File

@ -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;