2011-10-13 16:13:46 +02:00
|
|
|
Index: VTK/IO/vtkSQLDatabaseSchema.h
|
|
|
|
===================================================================
|
|
|
|
--- VTK.orig/IO/vtkSQLDatabaseSchema.h
|
|
|
|
+++ VTK/IO/vtkSQLDatabaseSchema.h
|
|
|
|
@@ -40,6 +40,14 @@ PURPOSE. See the above copyright notice
|
2011-04-19 17:17:29 +02:00
|
|
|
#ifndef __vtkSQLDatabaseSchema_h
|
|
|
|
#define __vtkSQLDatabaseSchema_h
|
|
|
|
|
|
|
|
+#ifdef TIME
|
|
|
|
+#undef TIME
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifdef DATE
|
|
|
|
+#undef DATE
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
#include "vtkObject.h"
|
|
|
|
|
2011-10-13 16:13:46 +02:00
|
|
|
#include <cstdarg> // Because one method has a variable list of arguments
|