Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab807e8 commit 6ad6ee6Copy full SHA for 6ad6ee6
1 file changed
PC/pyconfig.h
@@ -225,9 +225,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
225
their Makefile (other compilers are generally
226
taken care of by distutils.) */
227
# ifdef _DEBUG
228
-# pragma comment(lib,"python24_d.lib")
+# pragma comment(lib,"python25_d.lib")
229
# else
230
-# pragma comment(lib,"python24.lib")
+# pragma comment(lib,"python25.lib")
231
# endif /* _DEBUG */
232
# endif /* _MSC_VER */
233
# endif /* Py_BUILD_CORE */
0 commit comments