mscms: Silence a potentially noisy fixme.

This commit is contained in:
Hans Leidekker 2006-01-06 21:07:55 +01:00 committed by Alexandre Julliard
parent 45fe4642e1
commit 43179c26f4

View file

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