Changed the definition of HAVE_CONFIG_H so that it's only defined when on a now windows system, so to allow the dcmtk/osconfig.h to include the correct header on unix vs widows.

This commit is contained in:
Robert Osfield
2009-06-26 16:52:27 +00:00
parent 063bc6e513
commit 8aaedda982

View File

@@ -19,7 +19,10 @@
#include <osgVolume/RayTracedTechnique>
#ifdef USE_DCMTK
#define HAVE_CONFIG_H
#ifndef _WIN32
#define HAVE_CONFIG_H
#endif
#include <dcmtk/config/osconfig.h>
#include <dcmtk/dcmdata/dcfilefo.h>
#include <dcmtk/dcmdata/dcdeftag.h>