comparison Framework/OpenGL/OpenGLIncludes.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 1c2d065ba372
children
comparison
equal deleted inserted replaced
1470:390b0c30ba19 1471:28c64c246312
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23
24 #include "../OrthancStone.h"
23 25
24 #if !defined(ORTHANC_ENABLE_OPENGL) 26 #if !defined(ORTHANC_ENABLE_OPENGL)
25 # error The macro ORTHANC_ENABLE_OPENGL must be defined 27 # error The macro ORTHANC_ENABLE_OPENGL must be defined
26 #endif 28 #endif
27 29