Module: wine Branch: refs/heads/master Commit: 43179c26f4136d54c108c87bd03c9e19069c7982 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=43179c26f4136d54c108c87b...
Author: Hans Leidekker hans@it.vu.nl Date: Fri Jan 6 21:07:55 2006 +0100
mscms: Silence a potentially noisy fixme.
---
dlls/mscms/profile.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mscms/profile.c b/dlls/mscms/profile.c index fba677d..59c9996 100644 --- a/dlls/mscms/profile.c +++ b/dlls/mscms/profile.c @@ -775,7 +775,7 @@ HPROFILE WINAPI OpenColorProfileW( PPROF
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;