comparison OrthancFramework/Sources/Compression/ZipReader.cpp @ 4359:074f37013186

fix ZipReader.cpp for msvc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Dec 2020 16:48:58 +0100
parents 18c94a82f3d4
children 4301722b3225
comparison
equal deleted inserted replaced
4358:d6929f052ec4 4359:074f37013186
33 33
34 #if ORTHANC_SANDBOXED != 1 34 #if ORTHANC_SANDBOXED != 1
35 # include "../SystemToolbox.h" 35 # include "../SystemToolbox.h"
36 #endif 36 #endif
37 37
38 #if defined(_MSC_VER)
39 # include <BaseTsd.h> // Definition of ssize_t
40 #endif
41
38 #include <string.h> 42 #include <string.h>
39 43
40 44
41 namespace Orthanc 45 namespace Orthanc
42 { 46 {