mscms: Add another possible error.

This commit is contained in:
Paul Vriens 2005-12-12 18:13:02 +01:00 committed by Alexandre Julliard
parent f3dad37ba2
commit 95888acbe4

View file

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