Mercurial > hg > orthanc
changeset 4362:88be8b67b2d7
cont
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 08 Dec 2020 20:22:24 +0100 |
parents | 98f55e7df5ab |
children | 1382c908d67c |
files | OrthancFramework/Sources/Compression/ZipReader.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Sources/Compression/ZipReader.cpp Tue Dec 08 19:10:46 2020 +0100 +++ b/OrthancFramework/Sources/Compression/ZipReader.cpp Tue Dec 08 20:22:24 2020 +0100 @@ -37,7 +37,7 @@ #if defined(_MSC_VER) # include <BaseTsd.h> // Definition of SSIZE_T -typedef SSIZE_T ssize_t; +// typedef SSIZE_T ssize_t; #endif #include <string.h>