Fail loading when compiled without lcms support.
This commit is contained in:
parent
d7b9a23afd
commit
ea86dc9581
@ -98,13 +98,12 @@ sym_not_found:
|
|||||||
#endif /* HAVE_LCMS_H */
|
#endif /* HAVE_LCMS_H */
|
||||||
WINE_MESSAGE(
|
WINE_MESSAGE(
|
||||||
"This version of Wine was compiled without support for color management\n"
|
"This version of Wine was compiled without support for color management\n"
|
||||||
"functions. This means many color functions are empty stubs and you should\n"
|
"functions. To enable Wine to use LittleCMS for color management please\n"
|
||||||
"expect your application to fail. To enable Wine to use LittleCMS for color\n"
|
"install a liblcms development package version 1.13 or higher and rebuild\n"
|
||||||
"management please install a liblcms development package version 1.13 or\n"
|
"Wine.\n"
|
||||||
"higher and rebuild Wine.\n"
|
|
||||||
"http://www.littlecms.com\n" );
|
"http://www.littlecms.com\n" );
|
||||||
|
|
||||||
return TRUE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void MSCMS_deinit_lcms(void)
|
static void MSCMS_deinit_lcms(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user