[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.

svn path=/trunk/; revision=50903
This commit is contained in:
Timo Kreuzer 2011-02-25 18:44:20 +00:00
parent 25a9c6fb49
commit cd34e7ee1e
2 changed files with 0 additions and 8 deletions

View file

@ -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>

View file

@ -457,12 +457,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