From 747d5b63db5db038f514409e1b783b244c9e1742 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 2 Feb 2001 00:07:07 +0000 Subject: Teach Windows build about the _weakref module. --- Modules/_weakref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_weakref.c') diff --git a/Modules/_weakref.c b/Modules/_weakref.c index 3c03c3c19b..dcbcb6b613 100644 --- a/Modules/_weakref.c +++ b/Modules/_weakref.c @@ -728,7 +728,7 @@ weakref_functions[] = { }; -void +DL_EXPORT(void) init_weakref(void) { PyObject *m; -- cgit v1.2.1