mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Add DL_EXPORT() to all modules that could possibly be used
on BeOS or Windows.
This commit is contained in:
parent
50f385c197
commit
3886bb6997
47 changed files with 47 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue