Undo the change here -- there's no point in declaring a static
function as DL_IMPORT()!
This commit is contained in:
parent
f484a3366b
commit
f0f3600d0b
|
@ -106,7 +106,7 @@ static struct PycStringIO_CAPI {
|
|||
#define PycStringIO_OutputCheck(O) \
|
||||
((O)->ob_type==PycStringIO->OutputType)
|
||||
|
||||
static DL_IMPORT(void *)
|
||||
static void *
|
||||
xxxPyCObject_Import(module_name, name)
|
||||
char *module_name;
|
||||
char *name;
|
||||
|
|
Loading…
Reference in New Issue