summaryrefslogtreecommitdiff
path: root/Modules/_weakref.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-02 00:07:07 +0000
committerTim Peters <tim.peters@gmail.com>2001-02-02 00:07:07 +0000
commit7e5684d60df51456661cdfadf219a0a2e49d3f54 (patch)
tree8bb4c0d884dc9793030b77f1351b23a5ab492d0b /Modules/_weakref.c
parentb96bc87f230f4bfb348fb64c74658bc8bb43144b (diff)
downloadcpython-7e5684d60df51456661cdfadf219a0a2e49d3f54.tar.gz
Teach Windows build about the _weakref module.
Diffstat (limited to 'Modules/_weakref.c')
-rw-r--r--Modules/_weakref.c2
1 files changed, 1 insertions, 1 deletions
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;