summaryrefslogtreecommitdiffstats
path: root/PC/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'PC/config.h')
-rw-r--r--PC/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/config.h b/PC/config.h
index c1e4f84..915b1c2 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -215,9 +215,9 @@ typedef int pid_t;
#ifndef USE_DL_EXPORT
/* So nobody needs to specify the .lib in their Makefile any more */
#ifdef _DEBUG
-#pragma comment(lib,"python15_d.lib")
+#pragma comment(lib,"python16_d.lib")
#else
-#pragma comment(lib,"python15.lib")
+#pragma comment(lib,"python16.lib")
#endif
#endif /* USE_DL_EXPORT */