Mercurial > hg > orthanc
comparison Core/Toolbox.cpp @ 951:a6fda0806382 dicom-rt
move ThirdParty code
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Jun 2014 15:20:56 +0200 |
parents | e57e08ed510f |
children | 98d6ba37c7dc |
comparison
equal
deleted
inserted
replaced
948:e57e08ed510f | 951:a6fda0806382 |
---|---|
64 #error Since version 0.7.6, Orthanc entirely relies on boost::locale | 64 #error Since version 0.7.6, Orthanc entirely relies on boost::locale |
65 #endif | 65 #endif |
66 | 66 |
67 #include <boost/locale.hpp> | 67 #include <boost/locale.hpp> |
68 | 68 |
69 #include "../Resources/md5/md5.h" | 69 #include "../Resources/ThirdParty/md5/md5.h" |
70 #include "../Resources/base64/base64.h" | 70 #include "../Resources/ThirdParty/base64/base64.h" |
71 | 71 |
72 | 72 |
73 #ifdef _MSC_VER | 73 #ifdef _MSC_VER |
74 // Patch for the missing "_strtoll" symbol when compiling with Visual Studio | 74 // Patch for the missing "_strtoll" symbol when compiling with Visual Studio |
75 extern "C" | 75 extern "C" |