mscms: Silence a potentially noisy fixme.
This commit is contained in:
parent
45fe4642e1
commit
43179c26f4
|
@ -775,7 +775,7 @@ HPROFILE WINAPI OpenColorProfileW( PPROFILE profile, DWORD access, DWORD sharing
|
|||
|
||||
if (profile->dwType & PROFILE_MEMBUFFER)
|
||||
{
|
||||
FIXME( "access flags not implemented for memory based profiles\n" );
|
||||
/* FIXME: access flags not implemented for memory based profiles */
|
||||
|
||||
iccprofile = profile->pProfileData;
|
||||
size = profile->cbDataSize;
|
||||
|
|
Loading…
Reference in New Issue