18 Jul
2005
18 Jul
'05
4:28 a.m.
Jacek Caban <jack(a)itma.pwr.wroc.pl> writes:
--- dlls/mscms/mscms_priv.h 21 Feb 2005 18:38:15 -0000 1.7 +++ dlls/mscms/mscms_priv.h 16 Jul 2005 16:12:03 -0000 @@ -22,7 +22,11 @@ #define HAVE_LCMS_H 1 #endif
-#ifdef HAVE_LCMS_H +#if defined(HAVE_LCMS_H) && defined(HAVE_LCMS) +#define USE_LCMS +#endif
Checking HAVE_LCMS should be enough, there's no need to define a new symbol for the same thing. -- Alexandre Julliard julliard(a)winehq.org