Skip to content

Commit 6366f00

Browse files
committed
Fix windows build issue when PythonQt Debug build against python Release
Seems "_STL_NOFORCE_MANIFEST" is now used instead of "_CRT_NOFORCE_MANIFEST"
1 parent 47738f9 commit 6366f00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PythonQtPythonInclude.h

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
# include <wchar.h>
8686
# if defined(_MSC_VER) && _MSC_VER >= 1400
8787
# define _CRT_NOFORCE_MANIFEST 1
88+
# define _STL_NOFORCE_MANIFEST 1
8889
# endif
8990
# include <Python.h>
9091
# define _DEBUG

0 commit comments

Comments
 (0)