summaryrefslogtreecommitdiffstats
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
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 20792ac..6402f1d 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -333,9 +333,9 @@ typedef int pid_t;
more (other compilers will still need to do so, but that's taken care
of by the Distutils, so it's not a problem). */
#ifdef _DEBUG
-#pragma comment(lib,"python22_d.lib")
+#pragma comment(lib,"python23_d.lib")
#else
-#pragma comment(lib,"python22.lib")
+#pragma comment(lib,"python23.lib")
#endif
#endif /* USE_DL_EXPORT */