From 9c1201fe39c21ecc238daea82460e0ae85ce11f3 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 7 Dec 1998 14:28:47 +0000 Subject: Py_Main() must be DL_EXPORT too. --- Modules/python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/python.c') diff --git a/Modules/python.c b/Modules/python.c index e1a5d29475..d04d1dc321 100644 --- a/Modules/python.c +++ b/Modules/python.c @@ -2,7 +2,7 @@ #include "Python.h" -extern int Py_Main(); +extern DL_EXPORT(int) Py_Main(); int main(argc, argv) -- cgit v1.2.1