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

Hans Leidekker hans at codeweavers.com
Fri Jan 3 08:01:57 CST 2014


---
 dlls/mscms/mscms_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/mscms/mscms_main.c b/dlls/mscms/mscms_main.c
index 3f8dae5..4653cc7 100644
--- a/dlls/mscms/mscms_main.c
+++ b/dlls/mscms/mscms_main.c
@@ -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:
-- 
1.8.5.2






More information about the wine-patches mailing list