summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-12-01 19:39:52 +0000
committerThomas Heller <theller@ctypes.org>2004-12-01 19:39:52 +0000
commit933c9a4c9e8f026ac10f119c94ba18c649e57dc4 (patch)
tree67dfd82019f4f6c4ba1df8a5ed2c31f189a63ea2 /PC/pyconfig.h
parentb88b48630a2ab13f404c976e2ac272788f0f8917 (diff)
downloadcpython-933c9a4c9e8f026ac10f119c94ba18c649e57dc4.tar.gz
Update import library name on windows.
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 1979b7e023..8393fff9d0 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -225,9 +225,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
their Makefile (other compilers are generally
taken care of by distutils.) */
# ifdef _DEBUG
-# pragma comment(lib,"python24_d.lib")
+# pragma comment(lib,"python25_d.lib")
# else
-# pragma comment(lib,"python24.lib")
+# pragma comment(lib,"python25.lib")
# endif /* _DEBUG */
# endif /* _MSC_VER */
# endif /* Py_BUILD_CORE */