mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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
|
|
@ -94,7 +94,7 @@ Symbols that are not relevant to the underlying system are not defined.\n\
|
|||
To map error codes to error messages, use the function os.strerror(),\n\
|
||||
e.g. os.strerror(2) could return 'No such file or directory'.";
|
||||
|
||||
void
|
||||
DL_EXPORT(void)
|
||||
initerrno()
|
||||
{
|
||||
PyObject *m, *d, *de;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue