From c88bff245c300b15b11274ca0818366320485270 Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Mon, 12 Jul 2010 19:55:52 +0000 Subject: [PATCH] Thanks to Samuel Serapion and his trout, explaining me my fault. svn path=/trunk/; revision=48019 --- reactos/include/reactos/wine/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/reactos/wine/config.h b/reactos/include/reactos/wine/config.h index 95686aceef7..7cc40103902 100644 --- a/reactos/include/reactos/wine/config.h +++ b/reactos/include/reactos/wine/config.h @@ -609,7 +609,7 @@ #define HAVE_TIFFIO_H 1 /* Define to the soname of the libtiff library. */ -#define SONAME_LIBTIFF 1 +#define SONAME_LIBTIFF "libtiff" /* Define to 1 if you have the header file. */ #define HAVE_PNG_H 1 @@ -618,7 +618,7 @@ #define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1 /* Define to the soname of the libpng library. */ -#define SONAME_LIBPNG 1 +#define SONAME_LIBPNG "libpng" /* Define to 1 if `direction' is member of `struct ff_effect'. */ /* #undef HAVE_STRUCT_FF_EFFECT_DIRECTION */