mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -226,7 +226,7 @@ char new_doc[] =
|
|||
\n\
|
||||
You need to know a great deal about the interpreter to use this!";
|
||||
|
||||
void
|
||||
DL_EXPORT(void)
|
||||
initnew()
|
||||
{
|
||||
Py_InitModule4("new", new_methods, new_doc, (PyObject *)NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue