mscms: Print a fixme when compiled without support for liblcms2.

oldstable
Hans Leidekker 2014-01-03 15:01:57 +01:00 committed by Alexandre Julliard
parent 48908c130c
commit 190878d92d
1 changed files with 2 additions and 0 deletions

View File

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