June 12, 2026
2:55 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/mscms/profile.c:
return OpenColorProfileW( cdm, access, sharing, creation ); } + +/****************************************************************************** + * WcsCreateIccProfile [MSCMS.@] + */ +HPROFILE WINAPI WcsCreateIccProfile( HPROFILE profile, DWORD options ) +{ + TRACE( "%p, %#lx\n", profile, options ); + FIXME( "no support for WCS profiles\n" );
A "FIXME( "%p, %#lx stub!\n" );" is enough. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11138#note_142966