Mercurial > hg > orthanc
changeset 3408:1787ad594063
fix fox visual studio
author | s.jodogne@gmail.com |
---|---|
date | Sat, 08 Jun 2019 16:49:10 +0200 |
parents | 8de071691d13 |
children | 877363a40647 |
files | Core/HttpServer/MultipartStreamReader.cpp |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/HttpServer/MultipartStreamReader.cpp Sat Jun 08 10:30:00 2019 +0200 +++ b/Core/HttpServer/MultipartStreamReader.cpp Sat Jun 08 16:49:10 2019 +0200 @@ -38,6 +38,11 @@ #include "../Toolbox.h" #include <boost/algorithm/string/predicate.hpp> + +#if defined(_MSC_VER) +#include <BaseTsd.h> +typedef SSIZE_T ssize_t; +#endif namespace Orthanc {