Commit 31666b31 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

mscms: Fix compilation without lcms.

parent 255e7b42
......@@ -46,7 +46,9 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
DisableThreadLibraryCalls( hinst );
break;
case DLL_PROCESS_DETACH:
#ifdef HAVE_LCMS
free_handle_tables();
#endif
break;
}
return TRUE;
......
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