]> granicus.if.org Git - python/commitdiff
Replace DL_EXPORT with PyMODINIT_FUNC
authorMark Hammond <mhammond@skippinet.com.au>
Wed, 31 Jul 2002 06:17:46 +0000 (06:17 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Wed, 31 Jul 2002 06:17:46 +0000 (06:17 +0000)
Doc/ext/noddy.c

index 933ee1b8ffff332a76a7fa91b82450a141937bcb..23f26efc3d007d764daa4721f8ae3b121b366a63 100644 (file)
@@ -54,7 +54,7 @@ static PyMethodDef noddy_methods[] = {
     {NULL}  /* Sentinel */
 };
 
-DL_EXPORT(void)
+PyMODINIT_FUNC
 initnoddy(void) 
 {
     noddy_NoddyType.ob_type = &PyType_Type;