Commit 95888acb authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

mscms: Add another possible error.

parent f3dad37b
......@@ -459,7 +459,7 @@ static void test_GetStandardColorSpaceProfileA(void)
ret = pGetStandardColorSpaceProfileA( machine, 0, newprofile, &size );
GLE = GetLastError();
todo_wine
ok( !ret && GLE == ERROR_INVALID_PARAMETER,
ok( !ret && (GLE == ERROR_INVALID_PARAMETER || GLE == ERROR_NOT_SUPPORTED),
"GetStandardColorSpaceProfileA() returns %d (GLE=%ld)\n", ret, GLE );
size = 0;
......
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