Windows compatibility

This commit is contained in:
ana 2016-12-08 16:45:32 +03:00
parent db78f3625c
commit eae69d8712

View File

@ -45,13 +45,14 @@
// allow very huge polyhedrons in tests // allow very huge polyhedrons in tests
#define NBMAXNODESINCELL 5000 #define NBMAXNODESINCELL 5000
// Keep compatibility with paraview 5.0.1 // Keep compatibility with paraview 5.0.1 on Linux
#ifndef VTK_HAS_MTIME_TYPE #ifndef WIN32
#define VTK_HAS_MTIME_TYPE #ifndef VTK_HAS_MTIME_TYPE
typedef unsigned long int vtkMTimeType; #define VTK_HAS_MTIME_TYPE
typedef unsigned long int vtkMTimeType;
#endif
#endif #endif
class SMDS_Downward; class SMDS_Downward;
class SMDS_Mesh; class SMDS_Mesh;
class SMDS_MeshCell; class SMDS_MeshCell;