Skip to content

Commit

Permalink
Fix windows build issue when PythonQt Debug build against python Release
Browse files Browse the repository at this point in the history
Seems "_STL_NOFORCE_MANIFEST" is now used instead of "_CRT_NOFORCE_MANIFEST"
  • Loading branch information
jcfr committed Jul 18, 2012
1 parent 47738f9 commit 6366f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PythonQtPythonInclude.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
# include <wchar.h>
# if defined(_MSC_VER) && _MSC_VER >= 1400
# define _CRT_NOFORCE_MANIFEST 1
# define _STL_NOFORCE_MANIFEST 1
# endif
# include <Python.h>
# define _DEBUG
Expand Down

0 comments on commit 6366f00

Please sign in to comment.