[Python-checkins] CVS: python/dist/src/Modules _tkinter.c,1.111,1.112

Tim Peters python-dev@python.org
Thu, 5 Oct 2000 12:24:28 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27047/python/dist/src/Modules

Modified Files:
	_tkinter.c 
Log Message:
SF "bug" 115973:  patches from Norman Vine so that shared libraries and
Tkinter work under Cygwin.  Accepted on faith & reasonableness.


Index: _tkinter.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_tkinter.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -r1.111 -r1.112
*** _tkinter.c	2000/09/01 23:29:26	1.111
--- _tkinter.c	2000/10/05 19:24:25	1.112
***************
*** 58,62 ****
  #endif
  
! #if !defined(MS_WINDOWS)
  #define HAVE_CREATEFILEHANDLER
  #endif
--- 58,62 ----
  #endif
  
! #if !(defined(MS_WINDOWS) || defined(__CYGWIN__))
  #define HAVE_CREATEFILEHANDLER
  #endif