SHA256
1
0
forked from pool/vtk
vtk/vtk-sqldatabaseschema.patch

20 lines
481 B
Diff

Index: VTK/IO/vtkSQLDatabaseSchema.h
===================================================================
--- VTK.orig/IO/vtkSQLDatabaseSchema.h
+++ VTK/IO/vtkSQLDatabaseSchema.h
@@ -40,6 +40,14 @@ PURPOSE. See the above copyright notice
#ifndef __vtkSQLDatabaseSchema_h
#define __vtkSQLDatabaseSchema_h
+#ifdef TIME
+#undef TIME
+#endif
+
+#ifdef DATE
+#undef DATE
+#endif
+
#include "vtkObject.h"
#include <cstdarg> // Because one method has a variable list of arguments