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:
@@ -19,7 +19,7 @@
|
||||
#include <osgVolume/RayTracedTechnique>
|
||||
|
||||
#ifdef USE_DCMTK
|
||||
#ifndef _WIN32
|
||||
#ifndef _MSC_VER
|
||||
#define HAVE_CONFIG_H
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user