diff options
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r-- | Modules/socketmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 9d672a64a6..0564e17f2f 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -1887,7 +1887,7 @@ shutdown() -- shut down traffic in one or both directions\n\ \n\ (*) not available on all platforms!)"; -void +DL_EXPORT(void) #if defined(MS_WINDOWS) || defined(PYOS_OS2) || defined(__BEOS__) init_socket() #else |