Index: _cursesmodule.c =================================================================== RCS file: /cvsroot/python/python/dist/src/Modules/_cursesmodule.c,v retrieving revision 2.60 diff -c -r2.60 _cursesmodule.c *** _cursesmodule.c 2001/11/11 14:49:15 2.60 --- _cursesmodule.c 2001/11/12 03:32:58 *************** *** 112,117 **** --- 112,121 ---- #define STRICT_SYSV_CURSES #endif + #ifdef __CYGWIN__ + #define BROKEN_LINKER 1 + #endif + #define CURSES_MODULE #include "py_curses.h"