mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 17:48:34 +05:00
Windows compatibility
This commit is contained in:
parent
db78f3625c
commit
eae69d8712
@ -45,12 +45,13 @@
|
|||||||
// 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 WIN32
|
||||||
#ifndef VTK_HAS_MTIME_TYPE
|
#ifndef VTK_HAS_MTIME_TYPE
|
||||||
#define VTK_HAS_MTIME_TYPE
|
#define VTK_HAS_MTIME_TYPE
|
||||||
typedef unsigned long int vtkMTimeType;
|
typedef unsigned long int vtkMTimeType;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
class SMDS_Downward;
|
class SMDS_Downward;
|
||||||
class SMDS_Mesh;
|
class SMDS_Mesh;
|
||||||
|
Loading…
Reference in New Issue
Block a user