diff options
Diffstat (limited to 'Modules/imageop.c')
-rw-r--r-- | Modules/imageop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/imageop.c b/Modules/imageop.c index 7b82e04..5572c9f 100644 --- a/Modules/imageop.c +++ b/Modules/imageop.c @@ -758,7 +758,7 @@ static PyMethodDef imageop_methods[] = { }; -void +DL_EXPORT(void) initimageop() { PyObject *m, *d; |