Mercurial > hg > orthanc
comparison Core/Toolbox.cpp @ 950:8811abd6aec9
move ThirdParty code
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Jun 2014 15:32:02 +0200 |
parents | 766a57997121 |
children | 98d6ba37c7dc 743a75b14bef 2fd5a163776d |
comparison
equal
deleted
inserted
replaced
949:766a57997121 | 950:8811abd6aec9 |
---|---|
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" |