Module: wine
Branch: master
Commit: 5db70db76e8d9d947852cf5af01f55cd8565930c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=5db70db76e8d9d947852cf5af…
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Tue Jul 10 14:19:22 2007 -0500
imm32: Use the COMPOSITIONSTRING in hCompStr.
Stop using our custom structure for the Composition string and instead
use the COMPOSITIONSTRING whose handle is in the IMC structure.
---
dlls/imm32/imm.c | 672 ++++++++++++++++++++++++++++++++++++++----------------
1 files changed, 477 insertions(+), 195 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5db70db76e8d9d947852c…
Module: wine
Branch: master
Commit: 82e068046b082e2d33a6f8e946c2279a3ad4736b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=82e068046b082e2d33a6f8e94…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Jul 11 12:01:15 2007 +0200
configure: Fix typo in liblcms notice check.
---
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 8567e53..5a85caf 100755
--- a/configure
+++ b/configure
@@ -12613,7 +12613,7 @@ _ACEOF
fi
fi
-if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" = "yes"; then
+if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
wine_notices="$wine_notices|liblcms development files not found.
Wine will be built without Color Management support. (mscms.dll)"
fi
diff --git a/configure.ac b/configure.ac
index 227e410..9ab2c77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,7 +829,7 @@ then
[AC_DEFINE(HAVE_LCMS, 1, [Define if you have the LittleCMS development environment])
LCMSLIBS="-llcms"])
fi
-WINE_NOTICE_IF([test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" = "yes"],[liblcms development files not found.
+WINE_NOTICE_IF([test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"],[liblcms development files not found.
Wine will be built without Color Management support. (mscms.dll)])
dnl **** Check for OpenLDAP ***