comparison OrthancFramework/Sources/Compression/ZipReader.cpp @ 4362:88be8b67b2d7

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Dec 2020 20:22:24 +0100
parents 4301722b3225
children 1382c908d67c
comparison
equal deleted inserted replaced
4361:98f55e7df5ab 4362:88be8b67b2d7
35 # include "../SystemToolbox.h" 35 # include "../SystemToolbox.h"
36 #endif 36 #endif
37 37
38 #if defined(_MSC_VER) 38 #if defined(_MSC_VER)
39 # include <BaseTsd.h> // Definition of SSIZE_T 39 # include <BaseTsd.h> // Definition of SSIZE_T
40 typedef SSIZE_T ssize_t; 40 // typedef SSIZE_T ssize_t;
41 #endif 41 #endif
42 42
43 #include <string.h> 43 #include <string.h>
44 44
45 45