view Framework/OrthancStone.h @ 1508:dd1d1cc0575d

use of OrthancPluginsExports.cmake, link against system-wide orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 08:15:08 +0200
parents 28c64c246312
children
line wrap: on
line source

#pragma once

/**
 * Besides the "pragma once" above that only protects this file,
 * define a macro to prevent including different versions of
 * "OrthancStone.h"
 **/
#ifndef __ORTHANC_STONE_H
#define __ORTHANC_STONE_H

#include <OrthancFramework.h>

#if ORTHANC_ENABLE_OPENGL == 1
#  define GL_GLEXT_PROTOTYPES 1
#endif


#endif /* __ORTHANC_STONE_H */