Silence zlibs warnings (Samuel Serapion)

Update eeadme.wine

svn path=/trunk/; revision=47944
This commit is contained in:
Daniel Reimer 2010-07-05 11:29:24 +00:00
parent 9575756595
commit b09b99163c
3 changed files with 5 additions and 2 deletions

View file

@ -25,6 +25,7 @@
# include <stdlib.h>
# include <limits.h>
#endif
#include <io.h>
#include <fcntl.h>
#ifdef NO_DEFLATE /* for compatibility with old definition */

View file

@ -3,6 +3,7 @@
<group>
<module name="zlib" type="staticlibrary" allowwarnings="true">
<include base="zlib">.</include>
<define name="NO_VIZ"/>
<file>adler32.c</file>
<file>compress.c</file>
<file>crc32.c</file>
@ -21,6 +22,7 @@
</module>
<module name="zlibhost" type="hoststaticlibrary" allowwarnings="true">
<include base="zlibhost">.</include>
<define name="NO_VIZ"/>
<file>adler32.c</file>
<file>compress.c</file>
<file>crc32.c</file>

View file

@ -21,8 +21,8 @@ When porting a new DLL from Wine to ReactOS, please do the following steps
The following build tools are shared with Wine.
reactos/tools/unicode # Synced to Wine-20081105 (~Wine-1.1.7)
reactos/tools/widl # Synced to Wine-1_1_41
reactos/tools/unicode # Synced to Wine-1_2rc6
reactos/tools/widl # Synced to Wine-1_2rc6
reactos/tools/winebuild # Synced to Wine-1_1_13
reactos/tools/wmc # Synced to Wine-20081105 (~Wine-1.1.7)
reactos/tools/wpp # Synced to Wine-20081105 (~Wine-1.1.7)