forked from pool/paraview
19 lines
549 B
Diff
19 lines
549 B
Diff
|
diff -ur ParaView-3.10.0.orig//VTK/IO/vtkSQLDatabaseSchema.h ParaView-3.10.0//VTK/IO/vtkSQLDatabaseSchema.h
|
||
|
--- ParaView-3.10.0.orig//VTK/IO/vtkSQLDatabaseSchema.h 2011-03-10 00:01:44.000000000 +0530
|
||
|
+++ ParaView-3.10.0//VTK/IO/vtkSQLDatabaseSchema.h 2011-03-30 09:31:44.544000001 +0530
|
||
|
@@ -40,6 +40,14 @@
|
||
|
#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
|