update win32 support for zlib
authorPeter Hinz <cerebusrc@gmail.com>
Thu, 10 Mar 2011 18:19:10 +0000 (18:19 +0000)
committerAndy Green <andy.green@linaro.org>
Thu, 10 Mar 2011 18:19:10 +0000 (18:19 +0000)
commit6eeadae1ab482d527c872f239d74351282c97060
tree00ff5022939068d8a602a43c87797b8c56f2db01
parentbb45a90037d88ee737040981eba195466a9f6b65
update win32 support for zlib

Signed-off-by: Peter Hinz <cerebusrc@gmail.com>
37 files changed:
tmp/win32port/zlib/ZLib.vcxproj [new file with mode: 0644]
tmp/win32port/zlib/ZLib.vcxproj.filters [new file with mode: 0644]
tmp/win32port/zlib/ZLib.vcxproj.user [new file with mode: 0644]
tmp/win32port/zlib/adler32.c [new file with mode: 0644]
tmp/win32port/zlib/compress.c [new file with mode: 0644]
tmp/win32port/zlib/crc32.c [new file with mode: 0644]
tmp/win32port/zlib/crc32.h [new file with mode: 0644]
tmp/win32port/zlib/deflate.c [new file with mode: 0644]
tmp/win32port/zlib/deflate.h [new file with mode: 0644]
tmp/win32port/zlib/gzio.c [new file with mode: 0644]
tmp/win32port/zlib/infback.c [new file with mode: 0644]
tmp/win32port/zlib/inffast.c [new file with mode: 0644]
tmp/win32port/zlib/inffast.h [new file with mode: 0644]
tmp/win32port/zlib/inffixed.h [new file with mode: 0644]
tmp/win32port/zlib/inflate.c [new file with mode: 0644]
tmp/win32port/zlib/inflate.h [new file with mode: 0644]
tmp/win32port/zlib/inftrees.c [new file with mode: 0644]
tmp/win32port/zlib/inftrees.h [new file with mode: 0644]
tmp/win32port/zlib/trees.c [new file with mode: 0644]
tmp/win32port/zlib/trees.h [new file with mode: 0644]
tmp/win32port/zlib/uncompr.c [new file with mode: 0644]
tmp/win32port/zlib/zconf.h [new file with mode: 0644]
tmp/win32port/zlib/zlib.h [new file with mode: 0644]
tmp/win32port/zlib/zutil.c [new file with mode: 0644]
tmp/win32port/zlib/zutil.h [new file with mode: 0644]
win32port/client/client.vcxproj
win32port/libwebsocketswin32/libwebsocketswin32.vcxproj
win32port/libwebsocketswin32/libwebsocketswin32.vcxproj.filters
win32port/server/server.vcxproj
win32port/win32helpers/getopt.c
win32port/win32helpers/getopt.h
win32port/win32helpers/getopt_long.c
win32port/win32helpers/gettimeofday.c
win32port/win32helpers/gettimeofday.h
win32port/win32helpers/websock-w32.h
win32port/win32port.sln
win32port/win32port.suo