comparison Plugins/Engine/SharedLibrary.h @ 1397:704de8c30ff5

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 11:50:58 +0200
parents 6e7e5ed91c2d
children ffd23c0104af
comparison
equal deleted inserted replaced
1396:ac4efabeb80c 1397:704de8c30ff5
34 34
35 #include "../../Core/OrthancException.h" 35 #include "../../Core/OrthancException.h"
36 36
37 #include <boost/noncopyable.hpp> 37 #include <boost/noncopyable.hpp>
38 38
39 #if defined(_WIN32)
40 #include <windows.h>
41 #endif
42
39 namespace Orthanc 43 namespace Orthanc
40 { 44 {
41 class SharedLibrary : boost::noncopyable 45 class SharedLibrary : boost::noncopyable
42 { 46 {
43 public: 47 public: