Mercurial > hg > orthanc
changeset 3411:0db4e6c2a89f
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 08 Jun 2019 18:30:03 +0200 |
parents | 3575466a3e57 |
children | 327bace7e98a |
files | Core/HttpServer/MultipartStreamReader.cpp |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/HttpServer/MultipartStreamReader.cpp Sat Jun 08 17:42:30 2019 +0200 +++ b/Core/HttpServer/MultipartStreamReader.cpp Sat Jun 08 18:30:03 2019 +0200 @@ -38,10 +38,9 @@ #include "../Toolbox.h" #include <boost/algorithm/string/predicate.hpp> - -#if defined(_MSC_VER) -#include <BaseTsd.h> -typedef SSIZE_T ssize_t; + +#if defined(_MSC_VER) +# include <BaseTsd.h> // Definition of ssize_t #endif namespace Orthanc