mscms: Make missing lcms2 an error, not a fixme.
This commit is contained in:
parent
8a7687d868
commit
77f871ab7c
|
@ -54,7 +54,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
|
|||
#ifdef HAVE_LCMS2
|
||||
cmsSetLogErrorHandler( lcms_error_handler );
|
||||
#else
|
||||
FIXME( "Wine was built without support for liblcms2, expect problems\n" );
|
||||
ERR( "Wine was built without support for liblcms2, expect problems\n" );
|
||||
#endif
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
|
|
Loading…
Reference in New Issue