module on the Cygwin platform.
/* errors will be checked by initresource() */
}
-void initresource(void)
+DL_EXPORT(void)
+initresource(void)
{
PyObject *m, *d;
# Steen Lumholt's termios module
exts.append( Extension('termios', ['termios.c']) )
# Jeremy Hylton's rlimit interface
- if platform not in ['cygwin']:
- exts.append( Extension('resource', ['resource.c']) )
+ exts.append( Extension('resource', ['resource.c']) )
# Sun yellow pages. Some systems have the functions in libc.
if platform not in ['cygwin']: