4e85dc18b2
- updated to 5.8.0 OBS-URL: https://build.opensuse.org/request/show/87721 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=25
20 lines
481 B
Diff
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
|