- Add support for color transform handles.
- Implement CreateColorTransform{A,W}, CreateMultiProfileTransform,
DeleteColorTransform.
- Don't depend on lcms for the implementation of
IsColorProfileTagPresent.
diff --git a/dlls/mscms/mscms_main.c b/dlls/mscms/mscms_main.c
index 97dd4cb..c9eedd2 100644
--- a/dlls/mscms/mscms_main.c
+++ b/dlls/mscms/mscms_main.c
@@ -1,7 +1,7 @@
/*
* MSCMS - Color Management System for Wine
*
- * Copyright 2004 Hans Leidekker
+ * Copyright 2004, 2005 Hans Leidekker
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -73,8 +73,10 @@
goto sym_not_found;
LOAD_FUNCPTR(cmsCloseProfile);
- LOAD_FUNCPTR(cmsIsTag);
- LOAD_FUNCPTR(cmsOpenProfileFromFile);
+ LOAD_FUNCPTR(cmsCreate_sRGBProfile);
+ LOAD_FUNCPTR(cmsCreateMultiprofileTransform);
+ LOAD_FUNCPTR(cmsCreateTransform);
+ LOAD_FUNCPTR(cmsDeleteTransform);
LOAD_FUNCPTR(cmsOpenProfileFromMem);
#undef LOAD_FUNCPTR