Commit 43179c26 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

mscms: Silence a potentially noisy fixme.

parent 45fe4642
......@@ -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;
......
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