Undo the change here -- there's no point in declaring a static
function as DL_IMPORT()!
diff --git a/Include/cStringIO.h b/Include/cStringIO.h
index 53673ba..c1328de 100644
--- a/Include/cStringIO.h
+++ b/Include/cStringIO.h
@@ -106,7 +106,7 @@
 #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;