From 8c9184812471f001f87fc2747ec49413a6b8e5a2 Mon Sep 17 00:00:00 2001
From: Andrew Maclean <andrew.amaclean@gmail.com>
Date: Mon, 7 Mar 2016 18:16:34 +1100
Subject: [PATCH] Fixing fatal error C1017 in VC12 when TBB and Python are
 enabled.

---
 Utilities/Python/vtkPython.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Utilities/Python/vtkPython.h b/Utilities/Python/vtkPython.h
index 3a656f802d8..4053e99c49c 100644
--- a/Utilities/Python/vtkPython.h
+++ b/Utilities/Python/vtkPython.h
@@ -87,7 +87,7 @@ they are system headers.  Do NOT add any #undef lines here.  */
 #endif
 
 #ifdef VTK_PYTHON_UNDEF_DEBUG
-# define _DEBUG
+# define _DEBUG 1
 # undef VTK_PYTHON_UNDEF_DEBUG
 #endif
 
-- 
GitLab