From 20a171ebda0bbc5b12af0ef00400dd6ee204726d Mon Sep 17 00:00:00 2001 From: "SND\\EreTIk_cp" Date: Wed, 22 Apr 2015 15:57:54 +0000 Subject: [PATCH] ~ VS2012 build fixed (reverted) git-svn-id: https://pykd.svn.codeplex.com/svn@90457 9b283d60-5439-405e-af05-b73fd8c4d996 --- pykd/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykd/stdafx.h b/pykd/stdafx.h index 785703e..de4f84f 100644 --- a/pykd/stdafx.h +++ b/pykd/stdafx.h @@ -11,7 +11,7 @@ // Windows Header Files: #include -#define BOOST_PYTHON_NO_LIB +#define BOOST_PYTHON_STATIC_LIB #pragma warning(push) // 'return' : conversion from 'Py_ssize_t' to 'unsigned int', possible loss of data