[Python-checkins] CVS: python/dist/src/Mac/Modules/icn _Icnmodule.c,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Fri, 30 Nov 2001 06:17:05 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/icn
In directory usw-pr-cvs1:/tmp/cvs-serv22285/Mac/Modules/icn

Modified Files:
	_Icnmodule.c 
Log Message:
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
changes from start of branch upto r22b2 were already merged, of course).


Index: _Icnmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/icn/_Icnmodule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _Icnmodule.c	2001/09/05 10:30:09	1.2
--- _Icnmodule.c	2001/11/30 14:16:33	1.3
***************
*** 6,15 ****
  
  
- #ifdef _WIN32
- #include "pywintoolbox.h"
- #else
  #include "macglue.h"
  #include "pymactoolbox.h"
- #endif
  
  /* Macro to test whether a weak-loaded CFM function exists */
--- 6,11 ----