Author: tkreuzer Date: Fri Feb 25 18:44:20 2011 New Revision: 50903
URL: http://svn.reactos.org/svn/reactos?rev=50903&view=rev Log: [WININET] Revert part of r47411. The revision was a wine sync, but no wine code was reverted, only the use of zlib is disabled. Fixes downloading audiograbber with rapps. See issue #5663 for more details.
Modified: trunk/reactos/dll/win32/wininet/wininet.rbuild trunk/reactos/include/reactos/wine/config.h
Modified: trunk/reactos/dll/win32/wininet/wininet.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wininet/wininet.r... ============================================================================== --- trunk/reactos/dll/win32/wininet/wininet.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/win32/wininet/wininet.rbuild [iso-8859-1] Fri Feb 25 18:44:20 2011 @@ -6,7 +6,6 @@ <importlibrary definition="wininet.spec" /> <include base="wininet">.</include> <include base="ReactOS">include/reactos/wine</include> - <include base="zlib">.</include> <define name="__WINESRC__" /> <define name="_WINE" />
@@ -23,7 +22,6 @@ <library>secur32</library> <library>crypt32</library> <library>ws2_32</library> - <library>zlib</library> <library>pseh</library> <file>cookie.c</file> <file>dialogs.c</file>
Modified: trunk/reactos/include/reactos/wine/config.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/config... ============================================================================== --- trunk/reactos/include/reactos/wine/config.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/wine/config.h [iso-8859-1] Fri Feb 25 18:44:20 2011 @@ -456,12 +456,6 @@
/* Define to 1 if you have the <openssl/ssl.h> header file. */ /* #undef HAVE_OPENSSL_SSL_H */ - -/* Define to 1 if you have the `z' library (-lz). */ -#define HAVE_ZLIB 1 - -/* Define to 1 if you have the <zlib.h> header file. */ -#define HAVE_ZLIB_H 1
/* Define to 1 if you have the `pclose' function. */ #define HAVE_PCLOSE 1