Mercurial > hg > orthanc
comparison Resources/Patches/dcmtk-3.6.5.patch @ 3775:374e0c6c41d6
cont
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 18 Mar 2020 09:38:08 +0100 |
parents | a49d49d945c9 |
children | 73ef6e33003f |
comparison
equal
deleted
inserted
replaced
3774:6d2b94698995 | 3775:374e0c6c41d6 |
---|---|
90 +++ dcmtk-3.6.5/oflog/libsrc/oflog.cc 2020-03-05 19:43:54.622350144 +0100 | 90 +++ dcmtk-3.6.5/oflog/libsrc/oflog.cc 2020-03-05 19:43:54.622350144 +0100 |
91 @@ -19,6 +19,10 @@ | 91 @@ -19,6 +19,10 @@ |
92 * | 92 * |
93 */ | 93 */ |
94 | 94 |
95 +#ifdef __MINGW32__ | 95 +#if defined(_WIN32) |
96 +# include <winsock.h> | 96 +# include <winsock.h> |
97 +#endif | 97 +#endif |
98 + | 98 + |
99 #include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */ | 99 #include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */ |
100 #include "dcmtk/oflog/oflog.h" | 100 #include "dcmtk/oflog/oflog.h" |