Commit 49f137b6 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

mscms: Add another possible error.

parent 27462d1d
......@@ -515,7 +515,7 @@ static void test_GetStandardColorSpaceProfileW(void)
/* Parameter checks */
todo_wine
fail_GSCSPW(machineW, 0, newprofile, &size, 0, (GLE == ERROR_INVALID_PARAMETER));
fail_GSCSPW(machineW, 0, newprofile, &size, 0, (GLE == ERROR_INVALID_PARAMETER || GLE == ERROR_NOT_SUPPORTED));
todo_wine
fail_GSCSPW(NULL, 0, newprofile, NULL, 0, (GLE == ERROR_INVALID_PARAMETER));
todo_wine
......
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