view Framework/OrthancStone.h @ 1484:121d01aa328e

SeriesThumbnailsLoader working on raw dicom files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Jun 2020 17:46:40 +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 */