comparison Framework/OrthancStone.h @ 1471:28c64c246312

working on a shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 12:57:54 +0200
parents
children
comparison
equal deleted inserted replaced
1470:390b0c30ba19 1471:28c64c246312
1 #pragma once
2
3 /**
4 * Besides the "pragma once" above that only protects this file,
5 * define a macro to prevent including different versions of
6 * "OrthancStone.h"
7 **/
8 #ifndef __ORTHANC_STONE_H
9 #define __ORTHANC_STONE_H
10
11 #include <OrthancFramework.h>
12
13 #if ORTHANC_ENABLE_OPENGL == 1
14 # define GL_GLEXT_PROTOTYPES 1
15 #endif
16
17
18 #endif /* __ORTHANC_STONE_H */