mscms: Make missing lcms2 an error, not a fixme.

This commit is contained in:
Austin English 2014-01-22 21:28:27 -08:00 committed by Alexandre Julliard
parent 8a7687d868
commit 77f871ab7c
1 changed files with 1 additions and 1 deletions

View File

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