Changed the HAVE_CONFIG_H guard so that it uses #ifndef _MSC_VER rather than _WIN32 to avoid problems with Mingw and Cygwin builds of DCMTK.

This commit is contained in:
Robert Osfield
2011-07-18 09:40:58 +00:00
parent b59ab789a3
commit 09b5e95d65

View File

@@ -19,7 +19,7 @@
#include <osgVolume/RayTracedTechnique>
#ifdef USE_DCMTK
#ifndef _WIN32
#ifndef _MSC_VER
#define HAVE_CONFIG_H
#endif