comparison Framework/OpenGL/IOpenGLContext.h @ 581:d933fc19214a

fix windows build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Apr 2019 16:17:13 +0200
parents 21fd70df3fc9
children b4de8272e8fb
comparison
equal deleted inserted replaced
580:2faf9b53d6d9 581:d933fc19214a
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 #if !defined(ORTHANC_ENABLE_OPENGL)
25 # error The macro ORTHANC_ENABLE_OPENGL must be defined
26 #endif
27
28 #if ORTHANC_ENABLE_OPENGL != 1
29 # error Support for OpenGL is disabled
30 #endif
31
32
33 #include <boost/noncopyable.hpp> 24 #include <boost/noncopyable.hpp>
34
35 25
36 namespace OrthancStone 26 namespace OrthancStone
37 { 27 {
38 namespace OpenGL 28 namespace OpenGL
39 { 29 {