mscms: Print a fixme when compiled without support for liblcms2.
This commit is contained in:
parent
48908c130c
commit
190878d92d
|
@ -53,6 +53,8 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
|
|||
DisableThreadLibraryCalls( hinst );
|
||||
#ifdef HAVE_LCMS2
|
||||
cmsSetLogErrorHandler( lcms_error_handler );
|
||||
#else
|
||||
FIXME( "Wine was built without support for liblcms2, expect problems\n" );
|
||||
#endif
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
|
|
Loading…
Reference in New Issue