From 6366f002a93aa238c55f58de949d09c552cda5a9 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 18 Jul 2012 17:10:06 -0400 Subject: [PATCH] Fix windows build issue when PythonQt Debug build against python Release Seems "_STL_NOFORCE_MANIFEST" is now used instead of "_CRT_NOFORCE_MANIFEST" --- src/PythonQtPythonInclude.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PythonQtPythonInclude.h b/src/PythonQtPythonInclude.h index b04443cb..1c5d7b05 100644 --- a/src/PythonQtPythonInclude.h +++ b/src/PythonQtPythonInclude.h @@ -85,6 +85,7 @@ # include # if defined(_MSC_VER) && _MSC_VER >= 1400 # define _CRT_NOFORCE_MANIFEST 1 +# define _STL_NOFORCE_MANIFEST 1 # endif # include # define _DEBUG