view 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
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 */