Commit 77f871ab authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 8a7687d8
...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved ) ...@@ -54,7 +54,7 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
#ifdef HAVE_LCMS2 #ifdef HAVE_LCMS2
cmsSetLogErrorHandler( lcms_error_handler ); cmsSetLogErrorHandler( lcms_error_handler );
#else #else
FIXME( "Wine was built without support for liblcms2, expect problems\n" ); ERR( "Wine was built without support for liblcms2, expect problems\n" );
#endif #endif
break; break;
case DLL_PROCESS_DETACH: case DLL_PROCESS_DETACH:
......
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