From 21d896cfa1646a1da4e0ead57db9defc2ade397c Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 1 Jul 2003 20:15:21 +0000 Subject: Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros --- Modules/bz2module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/bz2module.c') diff --git a/Modules/bz2module.c b/Modules/bz2module.c index 83582bd937..408c736ab6 100644 --- a/Modules/bz2module.c +++ b/Modules/bz2module.c @@ -2167,7 +2167,7 @@ interface, one shot (de)compression functions, and types for\n\ sequential (de)compression.\n\ "); -DL_EXPORT(void) +PyMODINIT_FUNC initbz2(void) { PyObject *m; -- cgit v1.2.1