comparison OrthancServer/OrthancInitialization.cpp @ 2547:8b6b0b6ece6b

MinGW, ORTHANC_FRAMEWORK_URL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Apr 2018 10:23:40 +0200
parents 878b59270859
children eaf10085ffa1
comparison
equal deleted inserted replaced
2546:6d5e36e1256f 2547:8b6b0b6ece6b
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #include "PrecompiledHeadersServer.h" 34 #include "PrecompiledHeadersServer.h"
35
36 #if defined(_WIN32)
37 // "Please include winsock2.h before windows.h"
38 # include <winsock2.h>
39 #endif
40
35 #include "OrthancInitialization.h" 41 #include "OrthancInitialization.h"
36 42
37 #include "../Core/HttpClient.h" 43 #include "../Core/HttpClient.h"
38 #include "../Core/Logging.h" 44 #include "../Core/Logging.h"
39 #include "../Core/OrthancException.h" 45 #include "../Core/OrthancException.h"