mscms: Fix compilation without lcms.

This commit is contained in:
Huw Davies 2008-03-25 12:47:14 +00:00 committed by Alexandre Julliard
parent 255e7b4274
commit 31666b311d
1 changed files with 2 additions and 0 deletions

View File

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