mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +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
|
@ -742,7 +742,7 @@ static struct PyMethodDef binascii_module_methods[] = {
|
|||
/* Initialization function for the module (*must* be called initbinascii) */
|
||||
static char doc_binascii[] = "Conversion between binary data and ASCII";
|
||||
|
||||
void
|
||||
DL_EXPORT(void)
|
||||
initbinascii()
|
||||
{
|
||||
PyObject *m, *d, *x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue